Skip to content

Add license info and copyright year #20

Add license info and copyright year

Add license info and copyright year #20

Workflow file for this run

name: check-build
on:
pull_request:
branches:
- master
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Validate build
run: |
yarn install
yarn run build