Skip to content

"check-name" is an invalid argument #11

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

Open
asafch opened this issue Jan 28, 2021 · 1 comment
Open

"check-name" is an invalid argument #11

asafch opened this issue Jan 28, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@asafch
Copy link

asafch commented Jan 28, 2021

I've configured the action in a workflow like so:

  - name: Lint
    uses: DeLaGuardo/clojure-lint-action@v1
    with:
      clj-kondo-args: --lint src test --cache false
      check-name: clj-kondo liniting report
      github_token: ${{ secrets.GITHUB_TOKEN }}

When the workflow is run I get this warning: Unexpected input(s) 'check-name', valid inputs are ['entryPoint', 'args', 'clj-kondo-args', 'github_token']
And indeed the action reports cli-kondo's report with the default name "clj-kondo check" instead of the check name I configured.

@DeLaGuardo
Copy link
Owner

Thanks! I will fix it soon

@DeLaGuardo DeLaGuardo added the bug Something isn't working label Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants