Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFenlon authored Jan 7, 2025
2 parents 84a8893 + e40f03b commit e3230f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: reviewdog/action-actionlint@534eb894142bcf31616e5436cbe4214641c58101 # v1.61.0
- uses: reviewdog/action-actionlint@af17f9e3640ac863dbcc515d45f5f35d708d0faf # v1.62.0
with:
actionlint_flags: -shellcheck ""

Expand Down
6 changes: 6 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ config:
siblings_only: true
line-length: false

# Hide the Finding: <list of globs> when markdownlint fixes files
noProgress: true

# Hide the markdownlint-cli and markdownlint versions on each block
noBanner: true

# Define glob expressions to ignore
ignores:
- ".github/**"
Expand Down

0 comments on commit e3230f0

Please sign in to comment.