Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1841830

Browse files
authored
Problem Matcher for pospell (#1493)
1 parent 72493bf commit 1841830

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

.github/problem-matchers/pospell.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
19+
- name: Register pospell problem matcher
20+
run: echo "::add-matcher::.github/problem-matchers/pospell.json"
1921
- name: Install pospell
2022
run: |
2123
sudo apt-get update

.travis.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)