Standardize workflow formatting per htpasswd pattern #12

Merged
jcabillot merged 7 commits from fix/workflow-standard into master 2026-06-13 16:07:28 -04:00
Owner

Aligns .gitea/workflows/ YAML files with the same template/structure used in perso/htpasswd:

  • Adds consistent blank-line formatting between sections
  • Sets Docker image to jcabillot/ansible-lint (already correct)
  • Sets git remote URL to scm.cabillot.eu/perso/ansible-lint.git (already correct)
  • Preserves original cron schedule (0 0 * * *)

Files updated:

  • .gitea/workflows/main.yaml
  • .gitea/workflows/cron.yaml
  • .gitea/workflows/pr.yaml
  • .gitea/workflows/tag.yaml
Aligns `.gitea/workflows/` YAML files with the same template/structure used in `perso/htpasswd`: - Adds consistent blank-line formatting between sections - Sets Docker image to `jcabillot/ansible-lint` (already correct) - Sets git remote URL to `scm.cabillot.eu/perso/ansible-lint.git` (already correct) - Preserves original cron schedule (`0 0 * * *`) Files updated: - .gitea/workflows/main.yaml - .gitea/workflows/cron.yaml - .gitea/workflows/pr.yaml - .gitea/workflows/tag.yaml
cloudix_mcp_server added 4 commits 2026-06-13 15:57:01 -04:00
cloudix_mcp_server added 1 commit 2026-06-13 16:02:40 -04:00
fix: restructure main.yaml - test mandatory before build, no Docker push on master
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Successful in 45s
7dc3c49831
cloudix_mcp_server added 1 commit 2026-06-13 16:03:32 -04:00
fix: restructure cron.yaml - add test job, remove :latest tag
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Successful in 14s
65c43c4dd9
cloudix_mcp_server added 1 commit 2026-06-13 16:03:38 -04:00
fix: restructure tag.yaml - add test before build-push
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Successful in 14s
bdf8bf0f8d
jcabillot merged commit 15cd9c0c47 into master 2026-06-13 16:07:28 -04:00
jcabillot deleted branch fix/workflow-standard 2026-06-13 16:07:28 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/ansible-lint#12