wrynearson / willwill.run

Visualizes runs from my Strava account.
https://willwill.run
0 stars 1 forks source link

fix build error #19

Closed wrynearson closed 3 weeks ago

wrynearson commented 3 weeks ago

The build was failing because Navigate was defined but never used, as seen in this action. Warnings were treated as errors in the GitHub action:

Treating warnings as errors because process.env.CI = true.