Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.18.2 #1800

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.18.2

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.18.2 #1800

Workflow file for this run

name: 'Install, lint, test & build'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm test
- name: Build
run: npm run build