Update workflow

This commit is contained in:
tobspr 2020-05-14 09:04:22 +02:00
parent d2ef6e8532
commit 5dbce2c5d6
1 changed files with 2 additions and 7 deletions

View File

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