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 0b76a8e commit 1d4d8a3
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/lint_mdx.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
name: Lint MDX Files

on: [push, pull_request]
name: Markdownlint Workflow
on: push

jobs:
lint:
build:
name: Markdownlint
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Lint MDX files
uses: tinovyatkin/md-lint-action@v3
with:
files: '**/*.mdx'
- uses: actions/checkout@master
- uses: ./github-action-markdownlint

0 comments on commit 1d4d8a3

Please sign in to comment.