From e45b9e2136c28fbf95429d7a06a2433326a6bfee Mon Sep 17 00:00:00 2001 From: zhumeisongsong Date: Fri, 22 Nov 2024 10:45:29 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=92=9A=20using=20nx=20affected=20re?= =?UTF-8?q?usable=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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