chore(ci): Add markdownlint config to ignored paths

Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
This commit is contained in:
txtsd 2022-07-13 01:09:56 +05:30
parent 76aa0c434a
commit fa8df286d9
No known key found for this signature in database
GPG Key ID: 000F85679D4B6B53

View File

@ -11,6 +11,7 @@ on:
- '**.nix'
- 'packages/**'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
pull_request:
paths-ignore:
- '**.md'
@ -19,6 +20,7 @@ on:
- '**.nix'
- 'packages/**'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
workflow_dispatch:
jobs: