issues
search
ScaCap
/
action-ktlint
Run Ktlint with reviewdog
Apache License 2.0
84
stars
29
forks
source link
chore: fix curl failure by passing GitHub token
#33
Closed
ghaiszaher
closed
1 year ago
ghaiszaher
commented
1 year ago
Fix failure to call GitHub API from time to time resulting in
ktlint: command not found
error
Issue is caused by rate limit exceeded:
https://github.com/ScaCap/action-ktlint/actions/runs/3773090106/jobs/6414367317
Solution: use authenticated calls with
GITHUB_TOKEN
Bump
actions/cache
to v3
Bump alpine to v3.17
ktlint: command not found
errorGITHUB_TOKEN
actions/cache
to v3