Skip to content

Commit

Permalink
Update markdownlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Sep 18, 2023
1 parent 8322cb7 commit d236ddc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- main
# only run these if markdown files are updated
paths:
- '**.md'
- '**.MD'
- "**.md"
- "**.MD"

jobs:
markdownlint:
Expand All @@ -21,9 +21,3 @@ jobs:
with:
dockerfile: Dockerfile
ignore: DL3008

# - uses: actions/checkout@v3
# - name: Pull markdownlint/markdownlint:latest Image
# run: docker pull markdownlint/markdownlint:latest
# - name: Run markdownlint against *.md files
# run: docker run --rm -i -v "$(pwd)":/workdir --workdir /workdir markdownlint/markdownlint:latest --rules ~MD013,~MD033,~MD026,~MD002,~MD022 $(find . -type f -iname '*.md' | grep -v '/.git/')

0 comments on commit d236ddc

Please sign in to comment.