mirror of
https://gitea.com/actions/setup-android.git
synced 2024-11-27 11:54:36 +08:00
7 lines
416 B
JavaScript
Executable File
7 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`);
|