mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
6 lines
416 B
JavaScript
Executable file
6 lines
416 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
console.log(`::add-matcher::${__dirname}/.github/android-lint-file-matcher.json`);
|
|
console.log(`::add-matcher::${__dirname}/.github/android-lint-line-matcher.json`);
|
|
console.log(`::add-matcher::${__dirname}/.github/gradle-matcher.json`);
|
|
console.log(`::add-matcher::${__dirname}/.github/kotlin-error-matcher.json`);
|
|
console.log(`::add-matcher::${__dirname}/.github/kotlin-warning-matcher.json`);
|