refactor ♻️: Rename 'lint test' job to 'lint tests' #12

Merged
Jose merged 2 commits from dev into main 2026-02-14 08:59:26 +01:00
Owner

Refactored the job name from 'lint test' to 'lint tests' for better clarity and consistency.

Refactored the job name from 'lint test' to 'lint tests' for better clarity and consistency.
Jose added 1 commit 2026-02-14 08:56:49 +01:00
refactor ♻️: Rename 'lint test' job to 'lint tests'
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 8s
cab2889110
Refactored the job name from 'lint test' to 'lint tests' for better clarity and consistency.
gitea-actions bot reviewed 2026-02-14 08:56:59 +01:00
gitea-actions bot left a comment

Review Summary

  • .gitea/workflows/pr-check-yaml: Summary: Renaming a single workflow job from "lint test" to "lint tests". LGTM (No issues with Score >= 2 found)
# Review Summary * **.gitea/workflows/pr-check-yaml**: **Summary:** Renaming a single workflow job from "lint test" to "lint tests". **LGTM** (No issues with Score >= 2 found)
@@ -31,3 +32,3 @@
lint_test:
name: lint test
name: lint tests

[Score: 2] Slightly improves readability by pluralizing the job name.

[Score: 2] Slightly improves readability by pluralizing the job name.
Jose added 1 commit 2026-02-14 08:58:39 +01:00
refactor ♻️: Add YAML document start marker to PR check workflow
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 11s
Gitleaks Scan / gitleaks (push) Successful in 4s
ai-reviews / Review PR (pull_request) Successful in 10s
Markdown Lint / markdown-lint (push) Successful in 5s
5ac8501c11
gitea-actions bot reviewed 2026-02-14 08:59:06 +01:00
gitea-actions bot left a comment

Review Summary

  • .gitea/workflows/pr-check-yaml: Renaming job from 'lint test' to 'lint tests'
# Review Summary * **.gitea/workflows/pr-check-yaml**: **Renaming job from 'lint test' to 'lint tests'**
@@ -31,3 +32,3 @@
lint_test:
name: lint test
name: lint tests

[Score: 2] Slightly improves readability by pluralizing the job name.

[Score: 2] Slightly improves readability by pluralizing the job name.
Jose merged commit e165d9b1ca into main 2026-02-14 08:59:26 +01:00
Sign in to join this conversation.