Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6139820 commit 5c1cb60Copy full SHA for 5c1cb60
.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-22.04
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