Skip to content

[Snyk] Upgrade eslint-plugin-jest from 28.6.0 to 28.7.0 #233

[Snyk] Upgrade eslint-plugin-jest from 28.6.0 to 28.7.0

[Snyk] Upgrade eslint-plugin-jest from 28.6.0 to 28.7.0 #233

Workflow file for this run

name: TypeScript Checks
on:
pull_request:
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- name: Type check with TypeScript
run: npm run typecheck
env:
CI: true