3 Commits
v1.0.0 ... 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
2b403d7aa7 fix: Correct use env variables
All checks were successful
CI / lint (push) Successful in 13s
CI / Molecule Test (almalinux8) (push) Successful in 14s
CI / Molecule Test (almalinux9) (push) Successful in 14s
CI / release (push) Successful in 13s
CI / notify (push) Successful in 5s
2024-08-22 15:38:05 +12:00
2 changed files with 16 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ jobs:
if: success()
with:
url: '${{ vars.NTFY_URL }}'
title: Workflow success for ${GITHUB_REPOSITORY}
title: Workflow success for ${{ env.GITHUB_REPOSITORY }}
topic: 'ci-status'
priority: 4
tags: +1,partying_face,action,successfully,completed
@@ -98,7 +98,7 @@ jobs:
if: failure()
with:
url: '${{ vars.NTFY_URL }}'
title: Workflow failed for ${GITHUB_REPOSITORY}
title: Workflow failed for ${{ env.GITHUB_REPOSITORY }}
topic: 'ci-status'
priority: 5
tags: -1,skull,action,failed

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