fix linting

This commit is contained in:
Dave Olsthoorn
2020-08-11 19:59:48 +02:00
parent db3b072a6b
commit 01efde8e60
2 changed files with 55 additions and 59 deletions

View File

@@ -19,6 +19,7 @@ async function run(): Promise<void> {
core.debug('add matchers')
const matchersPath = path.join(__dirname, '..', '..', '.github')
for (const matcher of ANNOTATION_MATCHERS) {
// eslint-disable-next-line no-console
console.log(`##[add-matcher]${path.join(matchersPath, matcher)}`)
}
}