Skip to content

Bump the all-npm-dependencies group across 1 directory with 6 updates #934

Bump the all-npm-dependencies group across 1 directory with 6 updates

Bump the all-npm-dependencies group across 1 directory with 6 updates #934

Workflow file for this run

name: Lint TS code
on:
pull_request:
branches: [ master ]
jobs:
Lint:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install NPM deps
run: npm ci
- name: Lint TS Code according to gts
run: npm run lint