Skip to content

Commit

Permalink
Update lint_mdx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Jun 27, 2024
1 parent 6cbd1e8 commit 0b76a8e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/lint_mdx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
- name: Lint MDX files
uses: tinovyatkin/md-lint-action@v3
with:
node-version: '18'

- name: Run MDX linter script
run: ./assets/scripts/lint-mdx.sh
files: '**/*.mdx'

0 comments on commit 0b76a8e

Please sign in to comment.