Skip to content

Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.9.1 #135

Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.9.1

Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.9.1 #135

Workflow file for this run

name: Build / Lint / Test
on:
pull_request:
paths-ignore:
- "**.md"
push:
paths-ignore:
- "**.md"
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}