We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b208c9 commit 1444125Copy full SHA for 1444125
.github/workflows/lint.yml
@@ -21,6 +21,6 @@ jobs:
21
steps:
22
- uses: actions/checkout@v3
23
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
24
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
+ uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
25
with:
26
config_file_path: 'renovate.json'
.github/workflows/spellcheck.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: 🔤 check spelling # New dictionary words can be added to docs/software.txt and docs/wayfair.txt
12
- uses: streetsidesoftware/cspell-action@v2.11.0
+ uses: streetsidesoftware/cspell-action@v2.26.1
13
14
files: "src/docs/**/*.md"
15
incremental_files_only: true
0 commit comments