Skip to content

Commit

Permalink
Go: make windows checks happy
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed Apr 29, 2024
1 parent f0f6c22 commit 1f78882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Build
shell: bash
run: |
bazel run //go:create-extractor-pack
bazel run go:create-extractor-pack
- name: Check that all Go code is autoformatted
if: inputs.run-code-checks == 'true'
Expand All @@ -46,7 +46,7 @@ runs:
if: inputs.run-code-checks == 'true'
shell: bash
run: |
bazel run //go:gen
bazel run go:gen
git add .
git diff --exit-code HEAD || (
echo "please run bazel run //go:gen"
Expand Down

0 comments on commit 1f78882

Please sign in to comment.