chore: use custom actions

This commit is contained in:
iCrawl 2020-01-14 12:00:32 +01:00
parent 7ca2f1bd0e
commit ad1d816730
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE
2 changed files with 2 additions and 2 deletions

View file

@ -17,4 +17,4 @@ jobs:
run: yarn install
- name: Run Lint
run: yarn lint
uses: icrawl/action-eslint@v1

View file

@ -17,4 +17,4 @@ jobs:
run: yarn install
- name: Run TSC
run: yarn tsc
uses: icrawl/action-tsc@v1