mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-04 08:18:02 +00:00
Added tests
This commit is contained in:
7
.github/workflows/workflow.yml
vendored
7
.github/workflows/workflow.yml
vendored
@@ -9,8 +9,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: markdown syntax
|
||||
- name: markdown lit
|
||||
uses: nosborn/github-action-markdown-cli@v1.1.1
|
||||
with:
|
||||
files: README.md
|
||||
config_file: ".markdownlint.json"
|
||||
- name: tests
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- run: npm test
|
||||
Reference in New Issue
Block a user