File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 62
62
run : NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn check-format
63
63
64
64
- name : Lint markdown files (not distributable)
65
- run : NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn check-format
65
+ run : NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn lint-markdown
66
66
67
67
- name : Check spelling (not distributable)
68
68
run : NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn check-spelling
74
74
# whereas the build only checks src files
75
75
cmd1 : yarn typecheck
76
76
cmd2 : yarn build
77
- cmd4 : yarn lint
78
77
cmd5 : yarn test
79
78
79
+ # We leverage our own plugins as part of linting, so this needs to come after build
80
+ - name : Lint source files (not distributable)
81
+ run : NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn lint
82
+
80
83
- run : yarn test-integration
81
84
82
85
- name : Publish code coverage report
You can’t perform that action at this time.
0 commit comments