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
Showing only changes of commit cab2889110 - Show all commits

View File

@@ -30,7 +30,7 @@ jobs:
--exit-code 1
lint_test:
name: lint test
name: lint tests
runs-on: ubuntu-latest
Review

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

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