Skip to content

Commit

Permalink
revert format change made by some VSCode plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Jan 14, 2025
1 parent bfbe609 commit ac052a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v18
with:
config: ".markdownlint.yaml"
globs: "**/README.md"
config: '.markdownlint.yaml'
globs: '**/README.md'

# NOTE: In GitHub repository settings, the "Require status checks to pass
# before merging" branch protection rule ensures that commits are only merged
Expand Down

0 comments on commit ac052a3

Please sign in to comment.