Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2b389fe

Browse files
committed
Add problem matcher for inline comments
1 parentaf5da3d commit2b389fe

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
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/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on:ubuntu-latest
1313
steps:
1414
-uses:actions/checkout@v2
15+
-name:Register problem matchers
16+
run:echo "::add-matcher::.github/problem-matchers/pospell.json"
1517
-uses:lots0logs/gh-action-get-changed-files@2.1.4
1618
id:changed_files
1719
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp