From 3902c04f0f43e1d44c716d9fc629dbebc6cfc04e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 10 Feb 2024 19:51:18 -0800 Subject: [PATCH] ci: add timeouts to prettier and alejandra --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a70452fc7..1fea26308 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -231,6 +231,7 @@ jobs: prettier: runs-on: namespace-profile-ghostty-sm + timeout-minutes: 60 steps: - uses: actions/checkout@v4 # Check out repo so we can lint it - uses: cachix/install-nix-action@v24 @@ -247,6 +248,7 @@ jobs: alejandra: runs-on: namespace-profile-ghostty-sm + timeout-minutes: 60 steps: - uses: actions/checkout@v4 # Check out repo so we can lint it - uses: cachix/install-nix-action@v24