Skip to content

Bump gts from 5.0.1 to 5.2.0 #87

Bump gts from 5.0.1 to 5.2.0

Bump gts from 5.0.1 to 5.2.0 #87

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