mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 22:01:30 +01:00
Add test script to test workflow.
This commit is contained in:
parent
03a4399348
commit
ea5cc041bf
1 changed files with 8 additions and 0 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -6,6 +6,14 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test-script:
|
||||
name: Run test script
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
- run: npm install --no-package-lock
|
||||
- run: npm run test
|
||||
no-globs:
|
||||
name: No globs (README.md, no errors)
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue