mirror of
https://gitea.com/actions/setup-android.git
synced 2025-09-01 05:26:34 +00: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`);
|