Skip to content

Commit

Permalink
update for all errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepassio committed Dec 21, 2023
1 parent 01f2815 commit 935003c
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 @@ -48,7 +48,7 @@ jobs:
echo "perl .github/scripts/pod_spell_check.t $f"
output=$(perl .github/scripts/pod_spell_check.t $f)
done
shell: bash
shell: bash +e

- name: Check errors
if: steps.run_check.outcome != 'success'
Expand Down

0 comments on commit 935003c

Please sign in to comment.