Skip to content

Commit 01939b7

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cdefb12 commit 01939b7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/spell-check-differential.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: autowarefoundation/autoware-github-actions/spell-check@v1
1919
with:
2020
cspell-json-url: https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json
21-
local-cspell-json: .cspell.json
2221
dict-packages: |
2322
https://github.com/autowarefoundation/autoware-spell-check-dict
2423
https://github.com/tier4/cspell-dicts

.pre-commit-config-optional.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/tcort/markdown-link-check
14-
rev: v3.13.6
14+
rev: v3.12.2
1515
hooks:
1616
- id: markdown-link-check
17-
args: [-q]
17+
args: [--quiet, --config=.markdown-link-check.json]

0 commit comments

Comments
 (0)