mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix, 6
This commit is contained in:
parent
00cb425698
commit
729e2c97be
2
.github/workflows/ci-workflow.yml
vendored
2
.github/workflows/ci-workflow.yml
vendored
@ -9,13 +9,11 @@ jobs:
|
|||||||
node-version: [10.x]
|
node-version: [10.x]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
uses: mooyoul/tslint-actions@v1.1.1
|
uses: mooyoul/tslint-actions@v1.1.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
project: ${{ env.GITHUB_WORKSPACE }}/src/js
|
project: ${{ env.GITHUB_WORKSPACE }}/src/js
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user