We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f1ad4 commit 78b7963Copy full SHA for 78b7963
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: npm ci
31
- name: Check formatting of affected files
32
- run: NX_DAEMON=false npm run ci:nx -- format:check --skipNxCache
+ run: npm run ci:nx -- format:check
33
34
lint:
35
runs-on: ubuntu-latest
0 commit comments