Correct 2 x grammar rules for compilation unit name in #line #1670
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Markdown links verifier | |
on: pull_request | |
jobs: | |
validate_links: | |
name: Markdown links verifier | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repository | |
uses: actions/checkout@v1 | |
- name: Validate links | |
uses: Youssef1313/[email protected] |