Skip to content

Commit

Permalink
Merge pull request #905 from paullatzelsperger/chore/remove_markdown_…
Browse files Browse the repository at this point in the history
…linter

chore: remove markdown linter
  • Loading branch information
paullatzelsperger authored Dec 11, 2023
2 parents dc0cb4d + e734ff0 commit 26fa50a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@ jobs:
run: |
./gradlew checkstyleMain checkstyleTest
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install mardkdownlint
run: npm install -g markdownlint-cli2

- name: Run markdownlint
run: |
markdownlint-cli2-config .markdownlint.yaml "**/*.md" "#.github" "#charts"
unit-tests:
runs-on: ubuntu-latest
needs: [ verify-formatting, verify-license-headers ]
Expand Down
34 changes: 0 additions & 34 deletions .markdownlint.yaml

This file was deleted.

0 comments on commit 26fa50a

Please sign in to comment.