Skip to content

Commit

Permalink
Merge pull request #39 from deeagle/dev/task_adapt-ci-with-dependency…
Browse files Browse the repository at this point in the history
…-error

 switch md-lint action
  • Loading branch information
deeagle authored Oct 18, 2024
2 parents 002480a + f42e33c commit 9c8f128
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
uses: actions/checkout@v4

- name: Lint markdown files
uses: avto-dev/markdown-lint@v1
uses: DavidAnson/markdownlint-cli2-action@v17
with:
args: '*.md'
ignore: 'CHANGELOG.md'
globs: |
**/*.md
!CHANGELOG.md
- name: Lint Dockerfile
uses: hadolint/[email protected]
Expand Down

0 comments on commit 9c8f128

Please sign in to comment.