diff --git a/.github/workflows/VerifyPush.yml b/.github/workflows/VerifyPush.yml index 00299d4e4..69db461ae 100644 --- a/.github/workflows/VerifyPush.yml +++ b/.github/workflows/VerifyPush.yml @@ -8,4 +8,4 @@ jobs: - name: yaml-lint uses: ibiqlik/action-yamllint@v3 with: - file_or_dir: Targets/*.tkape *.mkape Modules/*.mkape + file_or_dir: *.tkape *.mkape diff --git a/.github/workflows/verifyPR.yml b/.github/workflows/verifyPR.yml index 43fe282d1..94a77404e 100644 --- a/.github/workflows/verifyPR.yml +++ b/.github/workflows/verifyPR.yml @@ -8,4 +8,4 @@ jobs: - name: yaml-lint uses: ibiqlik/action-yamllint@v3 with: - file_or_dir: Targets/*.tkape *.mkape Modules/*.mkape + file_or_dir: *.tkape *.mkape