File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
1010name : malicious_sanity_checks
2828 steps :
2929
3030 - name : Prereqs
31- continue-on-error : true
3231 env :
3332 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3433 run : |
3837 shell : bash
3938
4039 - name : Check diff for unicode
40+ continue-on-error : true
4141 id : unicode_diff
4242 run : |
4343 set -x
You can’t perform that action at this time.
0 commit comments