Skip to content

Commit 62633b5

Browse files
committed
we also want linting
1 parent 3350594 commit 62633b5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
lychee:
1313
uses: ./.github/workflows/lychee-check.yml
1414

15+
build:
16+
uses: ./.github/workflows/build-check.yml
17+
18+
markdownlint:
19+
uses: ./.github/workflows/markdownlint-check.yml
20+
1521
deploy:
1622
needs: lychee
1723
environment:

0 commit comments

Comments
 (0)