We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445684c commit 21c8af6Copy full SHA for 21c8af6
.vscode/tasks.json
@@ -4,7 +4,7 @@
4
"version": "2.0.0",
5
"tasks": [
6
{
7
- "label": "Run Gradle CI",
+ "label": "Run test with problem watchers",
8
"type": "shell",
9
"command": "./test.js",
10
"group": {
index.js
100644
100755
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env node
2
console.log(`::add-matcher::${__dirname}/.github/android-lint-file-matcher.json`);
3
console.log(`::add-matcher::${__dirname}/.github/android-lint-line-matcher.json`);
console.log(`::add-matcher::${__dirname}/.github/gradle-matcher.json`);
0 commit comments