2 Commits
v1.0.1 ... main

Author SHA1 Message Date
455ab79b84 chore: Add test command 🔨
All checks were successful
CI / lint (push) Successful in 15s
CI / Molecule Test (almalinux8) (push) Successful in 15s
CI / Molecule Test (almalinux9) (push) Successful in 15s
CI / release (push) Successful in 14s
CI / notify (push) Successful in 4s
2024-08-22 15:48:26 +12:00
b72a9d69e1 fix: Updated justfile with lint command 🔨
All checks were successful
CI / lint (push) Successful in 15s
CI / Molecule Test (almalinux8) (push) Successful in 15s
CI / Molecule Test (almalinux9) (push) Successful in 14s
CI / release (push) Successful in 12s
CI / notify (push) Successful in 5s
2024-08-22 15:46:00 +12:00

View File

@@ -1,3 +1,17 @@
ansible-lint:
@echo "Linting with ansible-lint"
@ansible-lint .
yamllint:
@echo "Linting with yamllint"
@yamllint .
lint: yamllint ansible-lint
@echo "Finished linting!"
test:
@molecule test
rename:
@scripts/rename.sh