mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix, 5
This commit is contained in:
parent
ce46557e6c
commit
00cb425698
13
.github/workflows/ci-workflow.yml
vendored
13
.github/workflows/ci-workflow.yml
vendored
@ -1,13 +1,22 @@
|
||||
name: workflow
|
||||
name: ci-workflow
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
job:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 3
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Lint
|
||||
uses: mooyoul/tslint-actions@v1.1.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
project: "$GITHUB_WORKSPACE/src/js"
|
||||
project: ${{ env.GITHUB_WORKSPACE }}/src/js
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user