We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cb490 commit f8e1ec2Copy full SHA for f8e1ec2
2 files changed
.github/workflows/code-analysis-lint-test.yaml
@@ -110,6 +110,7 @@ jobs:
110
111
# Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
112
# install-mode: "goinstall"
113
+
114
importfmt:
115
name: importfmt
116
needs: [build]
.github/workflows/codeql.yaml
@@ -9,6 +9,7 @@
9
# the `language` matrix defined below to confirm you have the correct set of
10
# supported CodeQL languages.
11
#
12
13
name: "CodeQL"
14
15
on:
0 commit comments