Skip to content

Commit 2a6b099

Browse files
ci: build local plugin
1 parent aac9708 commit 2a6b099

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint-markdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: ./.github/actions/prepare
14+
- run: pnpm run build:node
1415
- run: pnpm run lint:md-full

.github/workflows/lint-yaml.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: ./.github/actions/prepare
14+
- run: pnpm run build:node
1415
- run: pnpm run lint:yaml

0 commit comments

Comments
 (0)