Skip to content

Commit

Permalink
ci: fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Mar 24, 2024
1 parent 3449e1f commit b4de4f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: ci

on:
Expand All @@ -22,7 +23,11 @@ jobs:
ignore: "DL3008,DL3013,SC2015"
verbose: true
- name: Lint Markdown files
uses: actionshub/[email protected]
uses: DavidAnson/markdownlint-cli2-action@v15
continue-on-error: true
with:
globs: |
README.md
- name: Codespell
uses: codespell-project/actions-codespell@master
with:
Expand Down
6 changes: 6 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
# allow longer lines
MD013: false

# allow inline HTML
MD033: false
13 changes: 0 additions & 13 deletions .mdl_style.rb

This file was deleted.

1 change: 0 additions & 1 deletion .mdlrc

This file was deleted.

0 comments on commit b4de4f9

Please sign in to comment.