Skip to content

Update eslint and fix some errors #3

Update eslint and fix some errors

Update eslint and fix some errors #3

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Lint all
run: |
yarn install
yarn lint