Skip to content

Commit

Permalink
Fix Git Diff check (#767)
Browse files Browse the repository at this point in the history
This is a partial cherry-pick of c707502

Co-authored-by: Oleg Bulatov <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and dmage authored Jun 8, 2023
1 parent 1bda504 commit 8bbf9a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '>=1.17.0'
go-version: ">=1.17.0"
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -20,7 +20,9 @@ jobs:
container: docker.io/library/golang:latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Add safe directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Go Fmt
run: make fmt
- name: Go Tidy
Expand Down

0 comments on commit 8bbf9a6

Please sign in to comment.