Skip to content

Commit

Permalink
ci: npm audit and lint commit message (#1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored and hiroppy committed May 15, 2019
1 parent d1c319c commit fd0610b
Show file tree
Hide file tree
Showing 4 changed files with 777 additions and 318 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -27,6 +27,10 @@ jobs:
displayName: 'Install dependencies'
- script: npm run lint
displayName: 'Run lint'
- script: npm run security
displayName: 'Run NPM audit'
- script: ./node_modules/.bin/commitlint-azure-pipelines
displayName: 'Run lint commit message'

- job: Linux
pool:
Expand Down
5 changes: 5 additions & 0 deletions commitlint.config.js
@@ -0,0 +1,5 @@
'use strict';

module.exports = {
extends: ['@commitlint/config-conventional'],
};

0 comments on commit fd0610b

Please sign in to comment.