Fix, 9 (I start to hate github actions ...)

pull/33/head
tobspr 4 years ago
parent 1766eeac0b
commit fab43bf225

@ -9,11 +9,13 @@ jobs:
node-version: [10.x]
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Lint
uses: mooyoul/tslint-actions@v1.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
project: $GITHUB_WORKSPACE/src/js
project: ${{ github.workspace }}/src/js
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:

Loading…
Cancel
Save