mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
a90f432ba1
This will ensure that GitHub checks are identified as failures as opposed to neutral warnings.
8 lines
144 B
YAML
8 lines
144 B
YAML
runner:
|
|
golangci:
|
|
cmd: golangci-lint run
|
|
errorformat:
|
|
- '%E%f:%l:%c: %m'
|
|
- '%E%f:%l: %m'
|
|
- '%C%.%#'
|
|
level: error |