Fix lint workflow

This commit is contained in:
CrazyMax 2020-04-18 07:30:45 +02:00
parent da4e0c7ee8
commit ec743ce67e
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -14,6 +14,10 @@ jobs:
# https://github.com/actions/checkout # https://github.com/actions/checkout
name: Checkout name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v1
-
# https://github.com/actions/setup-node
name: Set up Node
uses: actions/setup-node@v1
- -
name: Setup TS name: Setup TS
run: npm install tslint typescript -g run: npm install tslint typescript -g