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"