Skip to content

Bump the eslint group with 4 updates #804

Bump the eslint group with 4 updates

Bump the eslint group with 4 updates #804

Workflow file for this run

name: Check Types
on:
pull_request:
push:
jobs:
check_types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: ".node-version"
- name: Install dependencies
run: npm ci
- name: Check types
run: tsc -p tsconfig.json