1
0
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:
tobspr 2020-05-14 09:06:19 +02:00
parent 5dbce2c5d6
commit 0a1a129974

View File

@ -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"