Skip to content

Commit

Permalink
fix: ignoring logseq files from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Mar 10, 2024
1 parent bee3c4d commit b2431bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
fetch-depth: 0
- name: Run Markdown Linting
uses: actionshub/markdownlint@main
with:
filesToIgnoreRegex: "(logseq\\/.*)"

0 comments on commit b2431bb

Please sign in to comment.