mirror of
https://github.com/rancher/k3k.git
synced 2026-02-14 18:10:01 +00:00
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -22,6 +22,11 @@ jobs:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
|
||||
- name: Check go modules
|
||||
run: |
|
||||
go mod tidy
|
||||
test -z "$(git status --porcelain)"
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user