7 Commits

Author SHA1 Message Date
Lorenz Herzberger
d32c2c71cf
add dao lint rule to audit workflow
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
2023-09-05 12:21:06 +02:00
Julian Strobl
e33fd74d64
[ci] golangci-lint action needs Go 1.20
Error:

* module requires Go 1.20

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-08-22 14:44:42 +02:00
Julian Strobl
a6b862860a
[ci] Check for proper code formatting
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-20 09:08:55 +02:00
Julian Strobl
6037c6009c
[ci] Add lint-ignore comment to generated files
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-20 09:08:54 +02:00
Julian Strobl
359cbbc5d9
[lint] Switch to golangci-lint and fix errors
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-19 16:34:42 +02:00
Julian Strobl
6a4dec59cc
[audit] Remove continue-on-error on staticcheck
Let the pipeline fail if there is a staticcheck finding.

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-07 10:37:27 +02:00
Julian Strobl
3bd2befbf0
[CI] Add initial audit.yaml
https://www.alexedwards.net/blog/ci-with-go-and-github-actions

// Closes #18

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-04 14:39:54 +02:00