From cab2889110b1888e21049a4de45c0478ba4e0599 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 08:55:53 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Rename=20'lint?= =?UTF-8?q?=20test'=20job=20to=20'lint=20tests'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactored the job name from 'lint test' to 'lint tests' for better clarity and consistency. --- .gitea/workflows/pr-check-yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-check-yaml b/.gitea/workflows/pr-check-yaml index 049e714..4a8dbca 100644 --- a/.gitea/workflows/pr-check-yaml +++ b/.gitea/workflows/pr-check-yaml @@ -30,7 +30,7 @@ jobs: --exit-code 1 lint_test: - name: lint test + name: lint tests runs-on: ubuntu-latest steps: