We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5da3d commit 2b389feCopy full SHA for 2b389fe
.github/problem-matchers/pospell.json
@@ -0,0 +1,15 @@
1
+{
2
+ "problemMatcher": [
3
+ {
4
+ "owner": "pospell",
5
+ "pattern": [
6
7
+ "regexp": "^(.*):(\\d+):(.*)$",
8
+ "file": 1,
9
+ "line": 2,
10
+ "message": 3
11
+ }
12
+ ]
13
14
15
+}
.github/workflows/main.yml
@@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+ - name: Register problem matchers
16
+ run: echo "::add-matcher::.github/problem-matchers/pospell.json"
17
- uses: lots0logs/[email protected]
18
id: changed_files
19
with:
0 commit comments