Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker authored Dec 20, 2021
1 parent d22cbcb commit e1f6718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- "5.10"
name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
Expand Down

2 comments on commit e1f6718

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New misspellings found, please review:

  • automounting
  • COUNTFAIL
  • COUNTOK
  • DRBASE
  • DTIPS
  • NDTIPS
  • NSTIPS
  • populat
  • regexing
  • stip
  • TABCHAR
  • WSCHAR
  • zfslist
To accept these changes, run the following commands
(
cat whitelist.txt;
echo "
automounting
COUNTFAIL
COUNTOK
DRBASE
DTIPS
NDTIPS
NSTIPS
populat
regexing
stip
TABCHAR
WSCHAR
zfslist
"
) | sort -u -f | grep . > new_whitelist.txt && mv new_whitelist.txt .github/workflows//spelling/whitelist.txt

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New misspellings found, please review:

  • automounting
  • COUNTFAIL
  • COUNTOK
  • DRBASE
  • DTIPS
  • NDTIPS
  • NSTIPS
  • populat
  • regexing
  • stip
  • TABCHAR
  • WSCHAR
  • zfslist
To accept these changes, run the following commands
(
cat whitelist.txt;
echo "
automounting
COUNTFAIL
COUNTOK
DRBASE
DTIPS
NDTIPS
NSTIPS
populat
regexing
stip
TABCHAR
WSCHAR
zfslist
"
) | sort -u -f | grep . > new_whitelist.txt && mv new_whitelist.txt .github/workflows//spelling/whitelist.txt

Please sign in to comment.