Skip to content

Bump eslint to v9

Bump eslint to v9 #230

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- run: yarn install
- run: yarn lint
- run: yarn test
- run: yarn build