4
0
Fork 0

updated with precommit check

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-07-31 10:37:52 +01:00
parent b634952569
commit 2fbeae4992
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -173,7 +173,8 @@ uses:
- ansible-core 2.12
- ansible collections - pulls in the latest version based on requirements file
- runs the audit using the devel branch
- Runs the audit using the devel branch
- Runs the pre-commit setup on the PR to ensure everything is in place as expected.
- This is an automated test that occurs on pull requests into devel
## Local Testing
@ -183,3 +184,8 @@ uses:
- ansible-core 2.15.1 - python 3.11
makefile - this is there purely for testing and initial setup purposes.
pre-commit can be tested with
```sh
pre-commit run -c .precommit/.precommit-commit-config.yaml
```