diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-02-26 12:16:27 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-02-26 16:13:18 +0000 |
| commit | 84628d8b68e4ad6e786e051072c4f11b692bd2b2 (patch) | |
| tree | dda79e0c664d2e6e7989156c3bce15d08291a86b /.github | |
| parent | 2e48ae432bff2748add61827c9995b91c8f91030 (diff) | |
run.sh, Makefile: ask golangci-lint to preformat output
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/workflows/run.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/run.sh b/.github/workflows/run.sh index 3f6b00431..47aa102bd 100755 --- a/.github/workflows/run.sh +++ b/.github/workflows/run.sh @@ -8,5 +8,4 @@ set -o pipefail # Run the specified command and convert error messages to github format: # https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message $1 "${@:2}" | \ - sed -E "s#/syzkaller/gopath/src/github.com/google/syzkaller/#\n#g" | \ sed -E 's#\s*([a-zA-Z0-9._/-]+):([0-9]+):(([0-9]+):)? (.+)#\0\n::error file=\1,line=\2,col=0\4::\5#' |
