From f3e9d1fa2e50e67b3025ecba3ce6d44f8ae23474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kvasnic=CC=8Ca=CC=81k?= Date: Tue, 26 Mar 2024 12:01:03 +0100 Subject: [PATCH] fix: typo --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index bb74793d2..aa2251ce1 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -45,7 +45,7 @@ jobs: run: yarn build:ci test: - need: [lint, typecheck] + needs: [lint, typecheck] runs-on: ubuntu-latest timeout-minutes: 10 steps: