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

View File

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