From aad77acf42563ef90fcada4f12b5b6c5fcfd2cc0 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 09:00:42 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Add=20PR=20check=20workflow?= =?UTF-8?q?=20for=20Gitleaks=20and=20lint=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit introduces a new pull request (PR) check workflow that includes Gitleaks for security scanning and lint tests to ensure code quality. --- .gitea/workflows/{pr-check-yaml => pr-check.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitea/workflows/{pr-check-yaml => pr-check.yaml} (100%) diff --git a/.gitea/workflows/pr-check-yaml b/.gitea/workflows/pr-check.yaml similarity index 100% rename from .gitea/workflows/pr-check-yaml rename to .gitea/workflows/pr-check.yaml