Change global segments to allow more than one global segment instead … #359
This file contains hidden or 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: Lint markdown files | |
| # Build on every branch push, tag push, and pull request change: | |
| on: [push, pull_request] | |
| jobs: | |
| checks: | |
| name: Lint md files | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Lint markdown files | |
| uses: articulate/actions-markdownlint@v1.1.0 | |
| with: | |
| config: .markdownlint.jsonc |