Skip to content

Commit b5d3938

Browse files
committed
chore: wip
1 parent e0ecba8 commit b5d3938

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn check-format
6363

6464
- 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
6666

6767
- name: Check spelling (not distributable)
6868
run: NX_CLOUD_DISTRIBUTED_EXECUTION=false yarn check-spelling
@@ -74,9 +74,12 @@ jobs:
7474
# whereas the build only checks src files
7575
cmd1: yarn typecheck
7676
cmd2: yarn build
77-
cmd4: yarn lint
7877
cmd5: yarn test
7978

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+
8083
- run: yarn test-integration
8184

8285
- name: Publish code coverage report

0 commit comments

Comments
 (0)