From b9b3f99be9d850c12434c5df1962b12b1cd76f21 Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Thu, 21 May 2026 11:07:10 -0400 Subject: [PATCH] Revert "fix(ci): use sh instead of bash for act runner compatibility" This reverts commit cae651302a4c7f8dfa9ac400f9eaf908e9b45b0a. --- .gitea/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 151a070..3bccfb9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -8,9 +8,6 @@ on: jobs: test: runs-on: ubuntu-latest - defaults: - run: - shell: sh steps: - uses: actions/checkout@v4