Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Dubrunfaut authored and Lucie Dubrunfaut committed Dec 21, 2023
1 parent c67fc0e commit f630da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spellchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Run spell check
run: |
apt-get install -y hunspell aspell spell ispell
sudo apt-get install -y hunspell aspell spell ispell
for f in ${{ steps.filter.outputs.packages_files }}; do
perl .github/scripts/pod_spell_check.t $f
done
Expand Down

0 comments on commit f630da4

Please sign in to comment.