Skip to content

Update dependency eslint to v9.11.1 #1351

Update dependency eslint to v9.11.1

Update dependency eslint to v9.11.1 #1351

Workflow file for this run

name: code check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: "yarn"
- run: yarn
- run: yarn run check