From 0b6a202119147054760b042e1039f332185c7e51 Mon Sep 17 00:00:00 2001 From: TyostoKarry <114697841+TyostoKarry@users.noreply.github.com> Date: Sun, 8 Mar 2026 20:31:07 +0200 Subject: [PATCH] Add missing job name and timeout --- .github/workflows/verify-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/verify-pr.yml b/.github/workflows/verify-pr.yml index f5d986a..9ec2d14 100644 --- a/.github/workflows/verify-pr.yml +++ b/.github/workflows/verify-pr.yml @@ -7,7 +7,9 @@ on: jobs: lint: + name: Run Linter runs-on: ubuntu-latest + timeout-minutes: 5 steps: - name: Checkout code uses: actions/checkout@v5