mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-14 04:16:57 +00:00
fix linting
This commit is contained in:
@@ -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)}`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user