Fix workflow

This commit is contained in:
Unmesh Gundecha
2021-02-21 17:54:08 +08:00
parent 97d7b203c4
commit c68d303aea

View File

@@ -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'