Skip to content

chore(deps-dev): bump eslint from 8.57.1 to 9.19.0 in the eslint group #193

chore(deps-dev): bump eslint from 8.57.1 to 9.19.0 in the eslint group

chore(deps-dev): bump eslint from 8.57.1 to 9.19.0 in the eslint group #193

Workflow file for this run

on:
pull_request:
permissions:
contents: read
pull-requests: write
name: PR:Checks
jobs:
run_checks:
name: Run Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.1
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run lint
- run: npm run test:coverage
- uses: davelosert/vitest-coverage-report-action@v2
if: always()