mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix 3
This commit is contained in:
parent
ae786c4f50
commit
d48598178b
5
.github/workflows/ci-workflow.yml
vendored
5
.github/workflows/ci-workflow.yml
vendored
@ -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: "."
|
||||
|
Loading…
Reference in New Issue
Block a user