Skip to content

Commit

Permalink
chore: update QA configs path
Browse files Browse the repository at this point in the history
Signed-off-by: Kristina Devochko <guidemetothemoon@gmail.com>
  • Loading branch information
guidemetothemoon committed Nov 11, 2023
1 parent 170c4ee commit 880d5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
globs: ${{ needs.check-modified-files.outputs.all_changed_files }}
separator: ','
config: '.markdownlint.json'
config: './.markdownlint.json'
fix: true
continue-on-error: false

Expand All @@ -49,6 +49,6 @@ jobs:
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
check-modified-files-only: true
config-file: 'link-config.json'
config-file: './link-config.json'
base-branch: 'main'
file-extension: '.md'

0 comments on commit 880d5b1

Please sign in to comment.