mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 15:00: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'
|
displayName: 'Install Node.js'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
npm install
|
npm install --no-package-lock
|
||||||
npm test
|
npm test
|
||||||
|
npm run lint
|
||||||
displayName: 'npm install and test'
|
displayName: 'npm install and test'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue