You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository demonstrates the usage of [git hooks for
5
-
syntax-checking](https://medium.com/@david_28274/automated-pre-commit-code-checks-with-and-without-docker-b4a6ccf249ce) Ansible playbooks before they are committed.
4
+
This repository demonstrates the usage of `git hooks for
5
+
syntax-checking <https://medium.com/@david_28274/automated-pre-commit-code-checks-with-and-without-docker-b4a6ccf249ce>`_ Ansible playbooks before they are committed.
6
6
7
7
The example pre-commit hook script in `src/nodocker` runs an `ansible-playbook --check`
8
8
command for each playbook that has been added or modified since the last commit.
@@ -25,7 +25,7 @@ If the check succeeds, the editor for entering
25
25
your commit message will be opened and you can
26
26
finish the commit.
27
27
28
-
Still confused? I don't blame you. Maybe my [the article I wrote about this topic](https://medium.com/@david_28274/automated-pre-commit-code-checks-with-and-without-docker-b4a6ccf249ce) will help:
28
+
Still confused? I don't blame you. Maybe my `the article I wrote about this topic<https://medium.com/@david_28274/automated-pre-commit-code-checks-with-and-without-docker-b4a6ccf249ce>`_ will help:
0 commit comments