andygrove commented on PR #851: URL: https://github.com/apache/datafusion-comet/pull/851#issuecomment-2297684308
> Running `actionlint` > > still shows errors: > > ``` > actionlint > .github/workflows/docker-publish.yml:40:15: missing input "distribution" which is required by action "actions/setup-java@v3". all required inputs are "distribution" [action] > | > 40 | uses: actions/setup-java@v3 > | ^~~~~~~~~~~~~~~~~~~~~ > .github/workflows/pr_build.yml:152:15: name is required in action metadata "/Users/lbs795/Development/other/comet/datafusion-comet/.github/actions/rust-test/action.yaml" [action] > | > 152 | uses: ./.github/actions/rust-test > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > .github/workflows/pr_build.yml:152:15: description is required in metadata of "" action at "/Users/lbs795/Development/other/comet/datafusion-comet/.github/actions/rust-test/action.yaml" [action] > | > 152 | uses: ./.github/actions/rust-test > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > .github/workflows/pr_build.yml:225:27: value "11" in "exclude" does not match in matrix "java_version" combinations. possible values are "17" [matrix] > | > 225 | - java_version: 11 > | ^~ > ``` > > @andygrove do you want to download actionlint and run it locally https://github.com/rhysd/actionlint/blob/main/docs/install.md? Thank you. I did not know about this. I will try this out tomorrow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
