Youssef1313 / markdown-links-verifier

A GitHub Action to validate links in Markdown files
MIT License
4 stars 1 forks source link

Incorrect result when run against dotnet/vblang #25

Closed Youssef1313 closed 3 years ago

Youssef1313 commented 3 years ago

Part of the output:

2021-03-11T07:17:04.6124285Z Validating links in: /github/workspace/CODE-OF-CONDUCT.md.
2021-03-11T07:17:04.6914369Z 
2021-03-11T07:17:04.6916067Z Validating links in: /github/workspace/README.md.
2021-03-11T07:17:04.7073876Z Invalid link: 'proposals/adopted/vb15.1' relative to '/github/workspace'.
2021-03-11T07:17:04.7074493Z 
2021-03-11T07:17:04.7077004Z Validating links in: /github/workspace/Language-Version-History.md.
2021-03-11T07:17:04.7090702Z 
2021-03-11T07:17:04.7101835Z Validating links in: /github/workspace/spec/conversions.md.
2021-03-11T07:17:04.7182311Z 
2021-03-11T07:17:04.7183922Z Validating links in: /github/workspace/spec/overload-resolution.md.
2021-03-11T07:17:04.7203835Z 
2021-03-11T07:17:04.7204688Z Validating links in: /github/workspace/spec/types.md.
2021-03-11T07:17:04.7233684Z 
2021-03-11T07:17:04.7235311Z Validating links in: /github/workspace/spec/type-members.md.
2021-03-11T07:17:04.7272953Z 
2021-03-11T07:17:04.7274773Z Validating links in: /github/workspace/spec/source-files-and-namespaces.md.
2021-03-11T07:17:04.7281153Z 
2021-03-11T07:17:04.7282313Z Validating links in: /github/workspace/spec/statements.md.
2021-03-11T07:17:04.7323698Z 
2021-03-11T07:17:04.7324962Z Validating links in: /github/workspace/spec/introduction.md.
2021-03-11T07:17:04.7635444Z 
2021-03-11T07:17:04.7637180Z Validating links in: /github/workspace/spec/README.md.
2021-03-11T07:17:04.7650392Z 
2021-03-11T07:17:04.7653025Z Validating links in: /github/workspace/spec/documentation-comments.md.
2021-03-11T07:17:04.7661664Z 
2021-03-11T07:17:04.7663453Z Validating links in: /github/workspace/spec/lexical-grammar.md.
2021-03-11T07:17:04.7670165Z 
2021-03-11T07:17:04.7672186Z Validating links in: /github/workspace/spec/expressions.md.
2021-03-11T07:17:04.7759322Z 
2021-03-11T07:17:04.7767191Z Validating links in: /github/workspace/spec/preprocessing-directives.md.
2021-03-11T07:17:04.7767954Z 
2021-03-11T07:17:04.7768718Z Validating links in: /github/workspace/spec/attributes.md.
2021-03-11T07:17:04.7825164Z 
2021-03-11T07:17:04.7826522Z Validating links in: /github/workspace/spec/general-concepts.md.
2021-03-11T07:17:04.7857601Z Invalid link: 'proposals/inactive' relative to '/github/workspace/proposals'.
2021-03-11T07:17:04.7858262Z 
2021-03-11T07:17:04.7861472Z Invalid link: 'proposals/rejected' relative to '/github/workspace/proposals'.
2021-03-11T07:17:04.7864853Z Validating links in: /github/workspace/meetings/notes-template.md.
2021-03-11T07:17:04.7865573Z 
2021-03-11T07:17:04.7866234Z Validating links in: /github/workspace/meetings/README.md.
2021-03-11T07:17:04.7867017Z 
2021-03-11T07:17:04.7867769Z Validating links in: /github/workspace/proposals/README.md.
2021-03-11T07:17:04.7868400Z 
2021-03-11T07:17:04.7870263Z Validating links in: /github/workspace/proposals/proposal-Implicit-default-optional-parameters.md.
2021-03-11T07:17:04.7914486Z Invalid link: 'pr/1' relative to '/github/workspace/proposals'.
2021-03-11T07:17:04.7915308Z 
2021-03-11T07:17:04.7916321Z Invalid link: 'pr/1' relative to '/github/workspace/proposals'.
2021-03-11T07:17:04.7917396Z Invalid link: 'pr/1' relative to '/github/workspace/proposals'.
2021-03-11T07:17:04.7923502Z Invalid link: 'LDM-2016-05-06.md' relative to '/github/workspace/meetings/2016'.
2021-03-11T07:17:04.7924867Z Validating links in: /github/workspace/proposals/proposal-template.md.

Full output is here.

Youssef1313 commented 3 years ago

Tried to reproduce again but failed :confused: