We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a73b5 commit aae663cCopy full SHA for aae663c
.pre-commit-config copy.yaml
@@ -0,0 +1,8 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v2.3.0
4
+ hooks:
5
+ - id: check-yaml
6
+ args: [--allow-multiple-documents]
7
+ - id: end-of-file-fixer
8
+ - id: trailing-whitespace
molecule/default/cleanup.yml
@@ -9,4 +9,4 @@
9
- github_account: monolithprojects-testorg
10
- runner_state: absent
11
roles:
12
- - ansible-github_actions_runner
+ - ansible-github_actions_runner
0 commit comments