Skip to content

Commit

Permalink
Feat(ci): Introduce more complex markdown checking
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Sep 20, 2024
1 parent 4c85793 commit 3a5b307
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 📄 Markdown Link Check
name: 📄 Documentation Review

on:
push:
Expand All @@ -16,3 +16,20 @@ jobs:
use-verbose-mode: 'yes'
config-file: '.github/markdown-link-check-config.json'
continue-on-error: true

markdown-lint:
name: 📝 Markdown Linting
runs-on: ubuntu-latest
timeout-minutes: 10
env:
HUSKY: 0

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node and Install Dependencies
uses: ./.github/actions/setup-install

- name: Check File Format
run: yarn lint:markdown

0 comments on commit 3a5b307

Please sign in to comment.