Skip to content

Commit 4e995a1

Browse files
committed
Fix: Add or Update detect-hidden-unicode.yml
1 parent 6bea2e0 commit 4e995a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Detect hidden unicode
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
detect-hidden-unicode:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: greenbone/actions/detect-hidden-unicode@v3.35.3
11+
with:
12+
github-token: ${{ secrets.GREENBONE_BOT_TOKEN }}

0 commit comments

Comments
 (0)