From 285689a2f5c9e1eda10f0d0377d5d91dc7e63c90 Mon Sep 17 00:00:00 2001 From: claustra01 Date: Fri, 9 Aug 2024 23:25:23 +0900 Subject: [PATCH] chore: add job needs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17e1dfe..6477967 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: npm run spell build: + needs: [check, spell] runs-on: ubuntu-latest steps: