mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Update workflows
This commit is contained in:
parent
5dbce2c5d6
commit
0a1a129974
3
.github/workflows/ci-workflow.yml
vendored
3
.github/workflows/ci-workflow.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: workflow
|
name: workflow
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -11,3 +11,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pattern: "src/js/**/*.js"
|
pattern: "src/js/**/*.js"
|
||||||
|
config: "../../src/js/tslint.json"
|
||||||
|
Loading…
Reference in New Issue
Block a user