From cab2889110b1888e21049a4de45c0478ba4e0599 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 08:55:53 +0100 Subject: [PATCH 1/2] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Rename=20'?= =?UTF-8?q?lint=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: From 5ac8501c113066ac6b724c6cdbe184081a252d87 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 08:58:32 +0100 Subject: [PATCH 2/2] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Add=20YAML?= =?UTF-8?q?=20document=20start=20marker=20to=20PR=20check=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/pr-check-yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/pr-check-yaml b/.gitea/workflows/pr-check-yaml index 4a8dbca..2d89269 100644 --- a/.gitea/workflows/pr-check-yaml +++ b/.gitea/workflows/pr-check-yaml @@ -1,3 +1,4 @@ +--- # https://github.com/kekxv/pr-check name: PR check