Make index.js executable

This commit is contained in:
Jonas Bengtsson 2020-01-03 21:20:26 +01:00
parent 445684cb49
commit 21c8af6d0c
2 changed files with 2 additions and 1 deletions

2
.vscode/tasks.json vendored
View file

@ -4,7 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "Run Gradle CI",
"label": "Run test with problem watchers",
"type": "shell",
"command": "./test.js",
"group": {

1
index.js Normal file → Executable file
View 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-line-matcher.json`);
console.log(`::add-matcher::${__dirname}/.github/gradle-matcher.json`);