mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-03 15:58:03 +00:00
Fix workflow
This commit is contained in:
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
|
||||||
|
|
||||||
Reference in New Issue
Block a user