Skip to content

Commit eeb21ad

Browse files
committed
continue-on-error was on the wrong step
1 parent f2f3766 commit eeb21ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unicode_warn.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
################################################################################
22
# File: .github/workflows/unicode_warn.yml
3-
# Version: 0.2
3+
# Version: 0.3
44
# Purpose: Detects Unicode in PRs and comments the results of findings in PR
55
# Authors: Michael Altfield <michael@michaelaltfield.net>
66
# Created: 2021-11-20
7-
# Updated: 2024-08-07
7+
# Updated: 2024-08-08
88
################################################################################
99
# in main branch
1010
name: malicious_sanity_checks
@@ -28,7 +28,6 @@ jobs:
2828
steps:
2929

3030
- name: Prereqs
31-
continue-on-error: true
3231
env:
3332
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3433
run: |
@@ -38,6 +37,7 @@ jobs:
3837
shell: bash
3938

4039
- name: Check diff for unicode
40+
continue-on-error: true
4141
id: unicode_diff
4242
run: |
4343
set -x

0 commit comments

Comments
 (0)