This commit is contained in:
tobspr 2020-05-14 09:14:40 +02:00
parent ae786c4f50
commit d48598178b
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: workflow
on: [push, pull_request]
defaults:
run:
working-directory: ./src/js
jobs:
job:
runs-on: ubuntu-latest
@ -10,4 +13,4 @@ jobs:
uses: mooyoul/tslint-actions@v1.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
project: "./src/js"
project: "."