mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-06 17:23:01 -08:00
Fix, 4
This commit is contained in:
parent
d48598178b
commit
ce46557e6c
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci-workflow.yml
vendored
5
.github/workflows/ci-workflow.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue