We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e82df commit f330500Copy full SHA for f330500
.github/workflows/lint.yml
@@ -1,5 +1,5 @@
1
on: [push, pull_request]
2
-name: Lint
+name: lint
3
4
jobs:
5
golangci-lint:
.github/workflows/security.yml
-name: Security
+name: security
govulncheck:
.github/workflows/test.yml
-name: Test
+name: test
test:
0 commit comments