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
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
job:
|
||||
runs-on: ubuntu-latest
|
||||
@ -11,3 +11,4 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pattern: "src/js/**/*.js"
|
||||
config: "../../src/js/tslint.json"
|
||||
|
Loading…
Reference in New Issue
Block a user