We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f6c22 commit 1f78882Copy full SHA for 1f78882
1 file changed
go/actions/test/action.yml
@@ -33,7 +33,7 @@ runs:
33
- name: Build
34
shell: bash
35
run: |
36
- bazel run //go:create-extractor-pack
+ bazel run go:create-extractor-pack
37
38
- name: Check that all Go code is autoformatted
39
if: inputs.run-code-checks == 'true'
@@ -46,7 +46,7 @@ runs:
46
47
48
49
- bazel run //go:gen
+ bazel run go:gen
50
git add .
51
git diff --exit-code HEAD || (
52
echo "please run bazel run //go:gen"
0 commit comments