mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-09 18:58:02 +00:00
Fix workflow
This commit is contained in:
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@@ -10,13 +10,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: markdown lit
|
- name: Run markdown lint
|
||||||
uses: nosborn/github-action-markdown-cli@v1.1.1
|
uses: nosborn/github-action-markdown-cli@v1.1.1
|
||||||
with:
|
with:
|
||||||
files: README.md
|
files: README.md
|
||||||
config_file: ".markdownlint.json"
|
config_file: ".markdownlint.json"
|
||||||
|
|
||||||
- name: Checklist
|
- name: Setup and run check list
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
|
|||||||
Reference in New Issue
Block a user