diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bb2080..2f2fecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ jobs: lint: needs: setup - uses: zhumeisongsong/shared-actions/.github/workflows/reusable-nx-lint.yml@main + uses: zhumeisongsong/shared-actions/.github/workflows/reusable-nx-lint-affected.yml@main type-check: needs: setup - uses: zhumeisongsong/shared-actions/.github/workflows/reusable-nx-type-check.yml@main \ No newline at end of file + uses: zhumeisongsong/shared-actions/.github/workflows/reusable-nx-type-check-affected.yml@main \ No newline at end of file