Skip to content

chore(deps-dev): bump the typescript-eslint group with 2 updates #409

chore(deps-dev): bump the typescript-eslint group with 2 updates

chore(deps-dev): bump the typescript-eslint group with 2 updates #409

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20.x
- name: Deps
run: |
npm install
- name: Lint
run: |
npm run lint