Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-858: Updating check-spelling to v0.0.23 #393

Merged
merged 8 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/actions/spelling/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ runs:
# source prefixes" step with the dictionary version tag that belongs to the commit of the release. See
# https://github.com/check-spelling/check-spelling/blob/v0.0.22/action.yml#L67 for current version.
# Also update check_extra_dictionaries below as necessary.
uses: Lombiq/check-spelling@dev-lombiq # Post-v0.0.22 with actions/cache update.
uses: check-spelling/check-spelling@2c9e4a85102fa9b6df3cb8bb5a8dc8bdc2fb2fea # v0.0.23
with:
check_file_names: 1
config: ${{ inputs.configuration-path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtimes

1 change: 1 addition & 0 deletions .github/actions/spelling/dictionaries/Lombiq.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ publishsettings
pwsh
regexes
ruleset
runtimes
schematron
screenshot
screenshots
Expand Down
Loading