stfc / PSyclone

Domain-specific compiler and code transformation system for Finite Difference/Volume/Element Earth-system models in Fortran
BSD 3-Clause "New" or "Revised" License
104 stars 27 forks source link

(Closes #2638) add new linkspector workflow #2639

Closed arporter closed 3 months ago

arporter commented 3 months ago

Addresses the persistent false positive in the link checking by moving to 'linkspector' instead of markdown link checker. They are both running in parallel in this PR but once the reviewer is happy I propose removing 'markdown-link-checker' altogether. One for @hiker, @LonelyCat124, @TeranIvy or @sergisiso.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.86%. Comparing base (98e15d6) to head (89b9dec).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2639 +/- ## ======================================= Coverage 99.86% 99.86% ======================================= Files 351 351 Lines 48396 48396 ======================================= Hits 48331 48331 Misses 65 65 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

arporter commented 3 months ago

All green and lovely now. I remembered that I needed to update the Dev Guide so I've done that now. Ready for another look.