Use XDG_DATA_HOME on *nix if no ~/.pkgx #362
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: ci·md | |
on: | |
pull_request: | |
paths: | |
- 'docs/**.md' | |
- .github/workflows/ci.md.yml | |
concurrency: | |
group: ${{ github.ref }}/md | |
cancel-in-progress: true | |
jobs: | |
markdownlint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: nosborn/[email protected] | |
with: | |
config_file: .github/markdownlint.yml | |
files: . | |
dot: true |