Skip to content

Update dependency eslint to v8.56.0 (#120) #410

Update dependency eslint to v8.56.0 (#120)

Update dependency eslint to v8.56.0 (#120) #410

Workflow file for this run

name: build-test
on:
pull_request:
branches: main
push:
branches: main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: yarn
- name: Install
run: yarn
- name: Check eslint
run: yarn lint
- name: Typecheck
run: yarn typecheck
- name: Build
run: yarn build
- name: Check dist
run: git diff --exit-code