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

Allow pinning of clj-kondo version #14

Open
martinklepsch opened this issue Jun 22, 2022 · 2 comments
Open

Allow pinning of clj-kondo version #14

martinklepsch opened this issue Jun 22, 2022 · 2 comments

Comments

@martinklepsch
Copy link

martinklepsch commented Jun 22, 2022

It would be great to be able to specify a clj-kondo version when running this action. The benefits would be that changes in clj-kondo can't break anyone's build and also people might upgrade more consciously, learning about new features in clj-kondo etc.

If you have ideas for how this might be implemented I might take a stab at it :)

@filipesilva
Copy link

Took a stab at implementing this in https://github.com/filipesilva/clojure-lint-action/commit/689f02b128699a830110ad948a9013c318225bd3, but it turned out to be a bit harder than I expected.

@filipesilva
Copy link

Also see DeLaGuardo/setup-clojure#77 (comment), you can use setup-clojure with a version, and the settings described there to integrate directly with annotations.

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

2 participants