Skip to content

Commit

Permalink
tweaks3
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Jan 30, 2021
1 parent 2598264 commit 7109dbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/VerifyPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ jobs:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_data: "{extends: default, rules: {new-lines: disable}}"
2 changes: 2 additions & 0 deletions .github/workflows/verifyPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ jobs:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_data: "{extends: default, rules: {new-lines: disable}}"

0 comments on commit 7109dbe

Please sign in to comment.