Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Jan 30, 2021
1 parent b0c041a commit 55f602a
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: Targets/*.tkape *.mkape Modules/*.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: Targets/*.tkape *.mkape Modules/*.mkape
file_or_dir: *.tkape *.mkape

0 comments on commit 55f602a

Please sign in to comment.