Skip to content

fix: bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 #18

fix: bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1

fix: bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 #18

Workflow file for this run

name: Lint-Test
on:
pull_request:
branches: [ "main", "dependabot-update"]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm run test:unit