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 72493bf commit 1841830Copy full SHA for 1841830
3 files changed
.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/tests.yml
@@ -16,6 +16,8 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v2
19
+ - name: Register pospell problem matcher
20
+ run: echo "::add-matcher::.github/problem-matchers/pospell.json"
21
- name: Install pospell
22
run: |
23
sudo apt-get update
.travis.yml
0 commit comments