From e1ed8c705ede352f25def0ec454689de9ac22b14 Mon Sep 17 00:00:00 2001 From: zeroknots Date: Fri, 23 Feb 2024 11:12:02 +0700 Subject: [PATCH] fix CI --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e6494e04..12842800 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,12 +3,12 @@ on: - pull_request jobs: - build-modulekit: + lint-modulekit: uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-lint-workspaces.yaml@main" with: match-workspace: "@rhinestone/modulekit" - lint-modulekit: + build-modulekit: uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-workspaces.yaml@main" with: match-workspace: "@rhinestone/modulekit"