mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Update workflow
This commit is contained in:
parent
d2ef6e8532
commit
5dbce2c5d6
9
.github/workflows/ci-workflow.yml
vendored
9
.github/workflows/ci-workflow.yml
vendored
@ -1,18 +1,13 @@
|
||||
name: workflow
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- src/js/*
|
||||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 3
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Prepare
|
||||
run: npm ci
|
||||
- name: Lint
|
||||
uses: mooyoul/tslint-actions@v1.1.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
pattern: "*.ts"
|
||||
pattern: "src/js/**/*.js"
|
||||
|
Loading…
Reference in New Issue
Block a user