Skip to content

Commit

Permalink
ci(danger): add module linting to danger.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Feb 3, 2020
1 parent 08225da commit e59af67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// requires
const junit = require('@seadub/danger-plugin-junit').default;
const dependencies = require('@seadub/danger-plugin-dependencies').default;
const moduleLint = require('@seadub/danger-plugin-titanium-module').default;
const fs = require('fs');
const path = require('path');
const ENV = process.env;
Expand Down Expand Up @@ -36,6 +37,7 @@ async function main() {
dependencies({ type: 'npm' }),
linkToArtifacts(),
checkLintLog(),
moduleLint(),
]);
}
main()
Expand Down

0 comments on commit e59af67

Please sign in to comment.