Skip to content

Bump typescript from 5.1.6 to 5.2.2 #49

Bump typescript from 5.1.6 to 5.2.2

Bump typescript from 5.1.6 to 5.2.2 #49

Workflow file for this run

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