1
0
Fork 0
mirror of https://github.com/ludeeus/action-shellcheck.git synced 2024-08-16 10:09:53 +02:00

fix: multiline problem matcher (#39)

This commit is contained in:
Alexey Alekhin 2021-03-31 15:55:33 +02:00 committed by GitHub
parent f0d446b80e
commit 7fa8ae9d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,10 @@
{ {
"regexp": "(SC\\d+):\\s(.+)$", "regexp": "(SC\\d+):\\s(.+)$",
"code": 1, "code": 1,
"message": 2 "message": 2,
"loop": true
} }
] ]
} }
] ]
} }