mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-05 00:31:59 -08:00
Update workflow
This commit is contained in:
parent
d2ef6e8532
commit
5dbce2c5d6
1 changed files with 2 additions and 7 deletions
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…
Add table
Add a link
Reference in a new issue