Skip to content

Commit 9728dfc

Browse files
refactor = add getEntryFilePath
1 parent 89d4334 commit 9728dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-nextjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
--typescript=${{ matrix.TYPESCRIPT }} \
4545
--src-dir=${{ matrix.SRC_DIR }} \
4646
--app=${{ matrix.APP_ROUTER }} \
47-
--eslint=true \
48-
--tailwind=true \
47+
--eslint \
48+
--no-tailwind \
4949
--import-alias="@/*" \
5050
--no-git \
5151
--use-npm

0 commit comments

Comments
 (0)