Closed
Description
Greetings,
Thanks for the excellent tool.
I am using golangci-lint-action for the first time and my files are being linted correctly.
However, after every run, it says the following in the "Post Run actions/checkout@v2" step:
Post job cleanup.
Cache hit occurred on the primary key golangci-lint.cache-2656-nogomod, not saving cache.
Is this normal?
For reference, this is the code that I am using to call golangci-lint-action.