- Add --version flag and log version on startup (closes #9) - URL-escape ref query parameter in GetFileContentRef (closes #7) - Add go vet to release workflow (closes #13) Renamed local url variable to reqURL to avoid shadowing net/url package.
This commit is contained in:
@@ -16,7 +16,9 @@ jobs:
|
||||
go-version: '1.26'
|
||||
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
run: |
|
||||
go vet ./...
|
||||
go test ./...
|
||||
|
||||
- name: Build binaries
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user