From b68d702a3de70e8cba951782807a278b93b8d505 Mon Sep 17 00:00:00 2001 From: printcalc-ci Date: Tue, 3 Mar 2026 11:58:34 +0000 Subject: [PATCH] style: apply prettier formatting --- .gitea/workflows/pr-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-checks.yaml b/.gitea/workflows/pr-checks.yaml index ea416d2..8cb991e 100644 --- a/.gitea/workflows/pr-checks.yaml +++ b/.gitea/workflows/pr-checks.yaml @@ -80,7 +80,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: "3.12" - name: Install Semgrep shell: bash