mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-11 19:06:56 +00:00
6 lines
396 B
JavaScript
6 lines
396 B
JavaScript
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`);
|