[mirror] Scalable static site server for Git forges (like GitHub Pages)
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix go vet and staticcheck not performing any work in CI.

miyuko 121f5570 c5df1166

+3 -3
+3 -3
.forgejo/workflows/ci.yaml
··· 30 30 go build 31 31 - name: Run tests 32 32 run: | 33 - go test ./src 33 + go test ./... 34 34 - name: Run static analysis 35 35 run: | 36 - go vet 37 - staticcheck 36 + go vet ./... 37 + staticcheck ./... 38 38 39 39 release: 40 40 # IMPORTANT: This workflow step will not work without the Releases unit enabled!