We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968dd07 commit c4b2d95Copy full SHA for c4b2d95
.github/workflows/sanity.yaml
@@ -28,5 +28,8 @@ jobs:
28
with:
29
go-version-file: "go.mod"
30
31
+ - name: Install dependencies required for custom-lint
32
+ run: sudo apt-get update && sudo apt-get install -y libgpgme-dev
33
+
34
- name: Run golangci linting checks
35
run: make lint GOLANGCI_LINT_ARGS="--out-format colored-line-number"
0 commit comments