From 880d5b155817fecad10fbeb9c13e33429ae9aa7e Mon Sep 17 00:00:00 2001 From: Kristina Devochko Date: Sat, 11 Nov 2023 16:27:02 +0100 Subject: [PATCH] chore: update QA configs path Signed-off-by: Kristina Devochko --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e341382c..dac7e3b5 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 @@ -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'