Skip to content

chore(deps): bump eslint from 8.54.0 to 9.9.0 #60

chore(deps): bump eslint from 8.54.0 to 9.9.0

chore(deps): bump eslint from 8.54.0 to 9.9.0 #60

Workflow file for this run

name: Linting and testing
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lint-test:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- run: yarn install
- run: yarn lint
# - run: yarn test