Skip to content

Bump @typescript-eslint/eslint-plugin from 6.13.2 to 8.1.0 #414

Bump @typescript-eslint/eslint-plugin from 6.13.2 to 8.1.0

Bump @typescript-eslint/eslint-plugin from 6.13.2 to 8.1.0 #414

Workflow file for this run

name: Lint TS-InSpec-Objects
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Lint TS-InSpec-Objects
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install project dependencies
run: npm ci
- name: Run lint
run: npm run lint:ci