Skip to content

Commit

Permalink
Improv message
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Robinson <[email protected]>
  • Loading branch information
autarchprinceps committed Aug 2, 2023
1 parent ec31871 commit 4f79e7f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/githubaction-mergeblock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
shell: bash
steps:
- name: Block Merge
run: exit 1
run: |
echo "Merge is still blocked, please review the PR comments. Some issue in plan or apply must have occurred and needs to be fixed first."
exit 1
33 changes: 33 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
rules:
braces: enable
brackets: enable
colons: enable
commas: enable
comments:
level: warning
comments-indentation:
level: warning
document-end: disable
document-start:
level: warning
empty-lines: enable
empty-values: disable
hyphens: enable
key-duplicates: enable
key-ordering: disable
line-length: disable
new-line-at-end-of-file: disable
new-lines: enable
octal-values: disable
quoted-strings: disable
trailing-spaces: enable
truthy:
level: warning
indentation:
spaces: 2
indent-sequences: false

0 comments on commit 4f79e7f

Please sign in to comment.