Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try to fix config
- Update the path to the config file.
- Ignore the CHANGELOG.
  • Loading branch information
martincostello committed Sep 29, 2023
commit 7592b11a47a665e80f8430549401c999777473af
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
- name: Lint Markdown files
uses: DavidAnson/markdownlint-cli2-action@ed4dec634fd2ef689c7061d5647371d8248064f1 # v13.0.0
with:
config: ./.markdownlint.json
config: .markdownlint.json
globs: |
**/*.md
!**//BenchmarkDotNet.Artifacts/**/*.md
!CHANGELOG.md
!**/BenchmarkDotNet.Artifacts/**/*.md

- name: Setup .NET SDK
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
Expand Down