Skip to content

Commit

Permalink
ci: build local plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Oct 20, 2024
1 parent aac9708 commit 2a6b099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run build:node
- run: pnpm run lint:md-full
1 change: 1 addition & 0 deletions .github/workflows/lint-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run build:node
- run: pnpm run lint:yaml

0 comments on commit 2a6b099

Please sign in to comment.