From ccb485aa12fa73ae9cb822b26a5f6f6866968db4 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Wed, 5 Nov 2025 09:49:02 +0100 Subject: [PATCH] Add timeout to CI --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74871ad..f239945 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,13 +5,13 @@ on: branches: - main tags: - - '**' + - "**" pull_request: {} env: COLUMNS: 150 UV_PYTHON: 3.12 - UV_FROZEN: '1' + UV_FROZEN: "1" jobs: lint: @@ -42,6 +42,7 @@ jobs: test: runs-on: ubuntu-latest + timeout-minutes: 10 steps: - uses: actions/checkout@v4