Skip to content

Commit 21c8af6

Browse files
committed
Make index.js executable
1 parent 445684c commit 21c8af6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.0.0",
55
"tasks": [
66
{
7-
"label": "Run Gradle CI",
7+
"label": "Run test with problem watchers",
88
"type": "shell",
99
"command": "./test.js",
1010
"group": {

index.js

100644100755
+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
console.log(`::add-matcher::${__dirname}/.github/android-lint-file-matcher.json`);
23
console.log(`::add-matcher::${__dirname}/.github/android-lint-line-matcher.json`);
34
console.log(`::add-matcher::${__dirname}/.github/gradle-matcher.json`);

0 commit comments

Comments
 (0)