Removing the tslint config

This commit is contained in:
Chris Raynor 2020-09-14 10:37:55 +01:00
parent 06765f9340
commit 09b4a82c83
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
4 changed files with 2 additions and 251 deletions

View file

@ -3,14 +3,6 @@ name: "PR checks"
on: [push, pull_request]
jobs:
tslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: tslint
run: npm run-script lint
check-js:
runs-on: ubuntu-latest