Skip to content

Commit 78b7963

Browse files
committed
refactor: wip
1 parent b6f1ad4 commit 78b7963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: npm ci
3131
- name: Check formatting of affected files
32-
run: NX_DAEMON=false npm run ci:nx -- format:check --skipNxCache
32+
run: npm run ci:nx -- format:check
3333

3434
lint:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)