Skip to content

Commit

Permalink
ci(danger): add module linting to danger.js
Browse files Browse the repository at this point in the history
sgtcoolguy committed Feb 5, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f9bc1d1 commit ebaafde
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
@@ -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;
@@ -36,6 +37,7 @@ async function main() {
dependencies({ type: 'npm' }),
linkToArtifacts(),
checkLintLog(),
moduleLint(),
]);
}
main()

0 comments on commit ebaafde

Please sign in to comment.