Skip to content

Bump @typescript-eslint/eslint-plugin from 4.33.0 to 6.7.0 #2696

Bump @typescript-eslint/eslint-plugin from 4.33.0 to 6.7.0

Bump @typescript-eslint/eslint-plugin from 4.33.0 to 6.7.0 #2696

Workflow file for this run

name: Verify Links
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node v16
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint
links:
name: Check Links
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node v16
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run Link Checks
run: npm run test:links