Update workflows

This commit is contained in:
CrazyMax 2020-06-10 19:45:55 +02:00
parent 1de7ab1241
commit e9d8a486b9
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
name: lint
on:
pull_request:
paths:
- '.github/workflows/lint.yml'
- 'src/*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Set up Node
uses: actions/setup-node@v1
-
name: Setup TS
run: npm install tslint typescript -g
-
name: Lint check
run: tslint './src/*.ts'