mirror of
https://github.com/upgundecha/howtheysre.git
synced 2026-02-05 00:09:09 +00:00
Fix workflow
This commit is contained in:
parent
c68d303aea
commit
0caed6e38e
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
@ -16,9 +16,11 @@ jobs:
|
|||||||
files: README.md
|
files: README.md
|
||||||
config_file: ".markdownlint.json"
|
config_file: ".markdownlint.json"
|
||||||
|
|
||||||
- name: Setup and run check list
|
- name: Node setup
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
- run: npm ci && npm test
|
|
||||||
|
- name: Run Checklist
|
||||||
|
run: npm ci && npm test
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user