0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

Add test script to test workflow.

This commit is contained in:
David Anson 2021-01-15 20:44:36 -08:00
parent 03a4399348
commit ea5cc041bf

View file

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