1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00
tobspr_shapez.io/.github/workflows/ci-workflow.yml
2020-05-14 08:57:52 +02:00

19 lines
431 B
YAML

name: workflow
on:
push:
paths:
- src/js/*
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"