issues
search
ScaCap
/
action-ktlint
Run Ktlint with reviewdog
Apache License 2.0
84
stars
29
forks
source link
fix: download latest ktlint version without github token
#45
Closed
ghaiszaher
closed
1 year ago
ghaiszaher
commented
1 year ago
Issue
See PR:
https://github.com/ScaCap/action-ktlint/pull/39
It is not always possible to use the provided github token to call public GitHub API (e.g. GitHub Enterprise tokens)
It is possible to use the URL
https://github.com/pinterest/ktlint/releases/latest/download/ktlint
directly for the latest version
ghaiszaher
commented
1 year ago
Tested in a private repository:
Issue