mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Go: make windows checks happy
This commit is contained in:
@@ -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'
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user