Skip to content

Skeleton add

Skeleton add #58

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn install
- name: Run eslint
run: yarn eslint:github-action