Skip to content

Create LICENSE

Create LICENSE #317

Workflow file for this run

name: Lint
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- uses: actions/setup-node@v2
with:
node-version: "16"
- name: Install and Build 🔧
run: |
yarn install
yarn lint