Skip to content

Bump @typescript-eslint/parser from 6.9.1 to 8.16.0 #622

Bump @typescript-eslint/parser from 6.9.1 to 8.16.0

Bump @typescript-eslint/parser from 6.9.1 to 8.16.0 #622

Workflow file for this run

name: Lint
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies in .tool-versions
uses: asdf-vm/actions/install@v3
- name: Install dependencies
run: npm ci
- name: Run linters
run: npm run lint
- name: Terraform fmt
run: terraform fmt -check -recursive