.tangled/workflows/lint.yml
.tangled/workflows/lint.yml
This file has not been changed.
.tangled/workflows/test.yml
.tangled/workflows/test.yml
This file has not been changed.
+18
.tangled/workflows/staticcheck.yml
+18
.tangled/workflows/staticcheck.yml
···
1
+
when:
2
+
- event: ["push", "pull_request", "manual"]
3
+
branch: ["main"]
4
+
5
+
engine: "nixery"
6
+
7
+
clone:
8
+
depth: 1
9
+
submodules: false
10
+
11
+
dependencies:
12
+
nixpkgs:
13
+
- go
14
+
15
+
steps:
16
+
- name: "staticcheck"
17
+
command: |
18
+
go run honnef.co/go/tools/cmd/staticcheck@latest
History
3 rounds
0 comments
3 commits
expand
collapse
add required fields
add required fields
add static check
1/3 failed, 2/3 success
expand
collapse
no conflicts, ready to merge
expand 0 comments
2/2 success
expand
collapse
expand 0 comments
1 commit
expand
collapse
add required fields