We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f2576 commit afc919aCopy full SHA for afc919a
1 file changed
.github/workflows/ci.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Install dependencies
30
run: npm ci
31
- name: Check formatting of affected files
32
+ env:
33
+ NODE_OPTIONS: --import tsx
34
+ TSX_TSCONFIG_PATH: tsconfig.base.json
35
run: npx nx format:check
36
37
lint:
0 commit comments