Skip to content

Commit 87949ce

Browse files
authored
Update to spell check v26 (#6128)
<!-- To check a checkbox place an "x" between the brackets. e.g: [x] --> - [x] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). - [ ] I have updated the [Release Notes](../doc/ReleaseNotes.md). - Does not affect product code - [ ] This pull request is related to an issue. ----- ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/6128)
1 parent da31c07 commit 87949ce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ABORTIFHUNG
55
accepteula
66
ACCESSDENIED
77
ACCESSTOKEN
8-
acl
8+
ACL'd
99
adjacents
1010
adml
1111
admx

.github/workflows/spelling3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- name: check-spelling
9393
id: spelling
94-
uses: check-spelling/check-spelling@v0.0.24
94+
uses: check-spelling/check-spelling@v0.0.26
9595
with:
9696
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
9797
checkout: true
@@ -140,7 +140,7 @@ jobs:
140140
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
141141
steps:
142142
- name: comment
143-
uses: check-spelling/check-spelling@v0.0.24
143+
uses: check-spelling/check-spelling@v0.0.26
144144
with:
145145
checkout: true
146146
task: ${{ needs.spelling.outputs.followup }}

0 commit comments

Comments
 (0)