Skip to content

Commit

Permalink
tweaks2
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Jan 30, 2021
1 parent 3e8d7f9 commit a59010c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/VerifyPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: */*.tkape */*.mkape
file_or_dir: **/*.tkape **/*.mkape
2 changes: 1 addition & 1 deletion .github/workflows/verifyPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: */*.tkape */*.mkape
file_or_dir: **/*.tkape **/*.mkape

0 comments on commit a59010c

Please sign in to comment.