Skip to content

chore(deps): update typescript-eslint monorepo to v6.9.0 #653

chore(deps): update typescript-eslint monorepo to v6.9.0

chore(deps): update typescript-eslint monorepo to v6.9.0 #653

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v3
with:
node-version: 18.16.0
cache: npm
- run: npm ci
- run: npm run lint