From 4d3d83a1b9060c39cba812335409c4f4f2479e2f Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 16 Jan 2024 18:30:41 +0000 Subject: [PATCH] ci: add dummy test job It's required, but we don't have them --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a459100..2e3ad1b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,3 +14,7 @@ jobs: fetch-depth: 0 - name: Pre-commit uses: open-turo/action-pre-commit@v1 + test: + name: Test + runs-on: ubuntu-latest + if: false