mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-12 19:36:59 +00:00
Make index.js executable
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -4,7 +4,7 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "Run Gradle CI",
|
"label": "Run test with problem watchers",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "./test.js",
|
"command": "./test.js",
|
||||||
"group": {
|
"group": {
|
||||||
|
|||||||
1
index.js
Normal file → Executable file
1
index.js
Normal file → Executable file
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
console.log(`::add-matcher::${__dirname}/.github/android-lint-file-matcher.json`);
|
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/android-lint-line-matcher.json`);
|
||||||
console.log(`::add-matcher::${__dirname}/.github/gradle-matcher.json`);
|
console.log(`::add-matcher::${__dirname}/.github/gradle-matcher.json`);
|
||||||
|
|||||||
Reference in New Issue
Block a user