Skip to content

Commit

Permalink
Does this fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Nov 25, 2024
1 parent adc70b8 commit cbfad26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
test-infra-repository: ${{ github.repository }}
test-infra-ref: ${{ github.ref }}
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
submodules: 'true'
submodules: "true"

Check failure

Code scanning / lintrunner

ACTIONLINT/[expression] Error test

input "submodules" is typed as string by reusable workflow "./.github/workflows/build_wheels_linux.yml". bool value cannot be assigned
env-var-script: build/packaging/env_var_script_linux.sh
pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }}
Expand Down

0 comments on commit cbfad26

Please sign in to comment.