Skip to content

Bump @typescript-eslint/eslint-plugin from 5.12.0 to 8.22.0 #537

Bump @typescript-eslint/eslint-plugin from 5.12.0 to 8.22.0

Bump @typescript-eslint/eslint-plugin from 5.12.0 to 8.22.0 #537

Workflow file for this run

name: Test deployment
on:
pull_request:
branches: [master]
push:
branches-ignore:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Format
run: npm run format
- name: Lint
run: npm run lint
- name: Test build
run: npm run build