Skip to content

⬆️ Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.1 #804

⬆️ Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.1

⬆️ Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.1 #804

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run check-lint-format
- run: npm run unit-test