Fix shellcheck CI step

This commit is contained in:
Zach Dykstra 2020-07-06 22:24:50 -05:00
parent 7122be957b
commit 6dcddc642e
2 changed files with 22 additions and 2 deletions

22
.github/problem-matcher.json vendored Normal file
View File

@ -0,0 +1,22 @@
{
"problemMatcher": [
{
"owner": "shellcheck",
"pattern": [
{
"regexp": "^In\\s(.+)\\sline\\s(\\d+):$",
"file": 1,
"line": 2
},
{
"regexp": ".*"
},
{
"regexp": "(SC\\d+):\\s(.+)$",
"code": 1,
"message": 2
}
]
}
]
}

View File

@ -9,5 +9,3 @@ jobs:
- uses: actions/checkout@master
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore: module-setup.sh