Skip to content

⬆️ Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.8.0 #806

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

⬆️ Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.8.0 #806

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