Skip to content

Commit

Permalink
Update markdown lint.
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <[email protected]>
  • Loading branch information
evshary committed Dec 21, 2024
1 parent 7c58da7 commit edab1da
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ concurrency:

jobs:
markdown_lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: articulate/actions-markdownlint@v1
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v18
with:
config: .markdownlint.yaml
files: '*.md'
ignore: target
version: 0.28.1
config: '.markdownlint.yaml'
globs: '**/*.md'

0 comments on commit edab1da

Please sign in to comment.