Skip to content

Bump eslint from 8.52.0 to 8.54.0 #152

Bump eslint from 8.52.0 to 8.54.0

Bump eslint from 8.52.0 to 8.54.0 #152

Workflow file for this run

name: "test-local"
on:
pull_request:
push:
branches:
- master
- "releases/*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
- uses: ./
with:
path: ".tool-versions"