Skip to content

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.1 #10

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.1

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.1 #10

Workflow file for this run

name: Lint & Test
on:
workflow_call:
pull_request:
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run validate