mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-01 15:39:39 +02:00
Update npm test script to ignore differences in generated file dist/index.js due to different npm install behavior for Dependabot (installs different packages, closer to yarn behavior).
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- run: npm install --no-package-lock
|
||||
- run: npm install
|
||||
- run: npm run test
|
||||
no-globs:
|
||||
name: No globs (README.md, 0 errors)
|
||||
|
||||
Reference in New Issue
Block a user