Skip to content

Bump eslint from 8.55.0 to 8.56.0 #157

Bump eslint from 8.55.0 to 8.56.0

Bump eslint from 8.55.0 to 8.56.0 #157

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"