mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add linting, attempt to suppress package.lock message on Windows.
This commit is contained in:
parent
3abcc57b25
commit
1fe04990a9
1 changed files with 2 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ steps:
|
|||
displayName: 'Install Node.js'
|
||||
|
||||
- script: |
|
||||
npm install
|
||||
npm install --no-package-lock
|
||||
npm test
|
||||
npm run lint
|
||||
displayName: 'npm install and test'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue