We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example GitHub Actions yaml.
- name: Install clojure tools uses: DeLaGuardo/setup-clojure@12.2 with: cli: 1.11.1.1435 clj-kondo: latest cljstyle: latest
The latest release of cljstyle seems to use the naming cljstyle_${version}_linux_amd64.zip instead of cljstyle_${version}_linux.zip
cljstyle_${version}_linux_amd64.zip
cljstyle_${version}_linux.zip
https://github.com/greglook/cljstyle/releases/tag/0.16.626
The text was updated successfully, but these errors were encountered:
Thanks, will fix it soon.
Sorry, something went wrong.
No branches or pull requests
Example GitHub Actions yaml.
Cause
The latest release of cljstyle seems to use the naming
cljstyle_${version}_linux_amd64.zip
instead of
cljstyle_${version}_linux.zip
https://github.com/greglook/cljstyle/releases/tag/0.16.626
The text was updated successfully, but these errors were encountered: