Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support validation of the inputs passed in the with block #383

Open
ebenezarisaac opened this issue Dec 7, 2023 · 0 comments
Open

Support validation of the inputs passed in the with block #383

ebenezarisaac opened this issue Dec 7, 2023 · 0 comments

Comments

@ebenezarisaac
Copy link

ebenezarisaac commented Dec 7, 2023

hi, Currently i am testing out actionslint

actionlint -version                                            
1.6.26
installed by building from source
built with go1.21.1 compiler for darwin/arm64
name: core-nonprod-tf-deploy-test

on:
  workflow_dispatch:

jobs:
  deploy:
    uses: orgname/test-repo1/.github/workflows/reusable_workflow.yml@main
    with:
      variable: "doesn't exist"

I am expecting that actionlint will find that the variable: "doesn't exist" is not the right input to be passed to the reusable workflow and throw error. Currently no errors are returned when i run actionlint. Can this be considered? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant