Skip to content

Commit

Permalink
fix(ci): remove markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Jun 13, 2024
1 parent 3fd040c commit 213f3fc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,7 @@ jobs:
- name: Run prettier
run: |-
npx prettier --check .
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: avto-dev/markdown-lint@v1
with:
config: "./.markdownlint.json"
args: "."
ignore: "./target"

toml-lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 213f3fc

Please sign in to comment.