mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Our link checker `lychee` doesn't appear to de-duplicate requests to the same URL which causes 429 errors with GitHub. To workaround this, we reduce the concurrency to 1 and activate `lychee`'s cache. This cache is just a file on disk. We don't need to actually save this in GitHub actions' cache because all we want is for lychee to not make a request to same URL again in the same session. Related: https://github.com/lycheeverse/lychee-action/issues/289