Skip to content

Commit 5cdcb6e

Browse files
committed
Rename problem matcher file
1 parent 8a6fdee commit 5cdcb6e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

__tests__/problemMatcher.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { matchResults } from "../__helpers__/utils";
2-
import { problemMatcher as problemMatcherJson } from "../.github/dotnet-format-problem-matcher.json";
2+
import { problemMatcher as problemMatcherJson } from "../.github/problem-matcher.json";
33
import { ProblemMatcher, ProblemPattern } from "github-actions-problem-matcher-typings";
44

55
const problemMatcher = problemMatcherJson[0] as ProblemMatcher;

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function run() {
1212
issueCommand(
1313
"add-matcher",
1414
{},
15-
join(__dirname, "..", ".github", "dotnet-format-problem-matcher.json"),
15+
join(__dirname, "..", ".github", "problem-matcher.json"),
1616
);
1717
break;
1818

0 commit comments

Comments
 (0)