mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-22 15:12:15 +00:00
Fix go vet and staticcheck not performing any work in CI.
This commit is contained in:
@@ -30,11 +30,11 @@ jobs:
|
||||
go build
|
||||
- name: Run tests
|
||||
run: |
|
||||
go test ./src
|
||||
go test ./...
|
||||
- name: Run static analysis
|
||||
run: |
|
||||
go vet
|
||||
staticcheck
|
||||
go vet ./...
|
||||
staticcheck ./...
|
||||
|
||||
release:
|
||||
# IMPORTANT: This workflow step will not work without the Releases unit enabled!
|
||||
|
||||
Reference in New Issue
Block a user