mirror of
https://github.com/android-actions/setup-android.git
synced 2026-04-08 17:59:22 +08:00
6 lines
416 B
JavaScript
6 lines
416 B
JavaScript
console.log(`::add-matcher::${process.cwd()}/.github/android-lint-file-matcher.json`);
|
|
console.log(`::add-matcher::${process.cwd()}/.github/android-lint-line-matcher.json`);
|
|
console.log(`::add-matcher::${process.cwd()}/.github/gradle-matcher.json`);
|
|
console.log(`::add-matcher::${process.cwd()}/.github/kotlin-error-matcher.json`);
|
|
console.log(`::add-matcher::${process.cwd()}/.github/kotlin-warning-matcher.json`);
|