From 853b00b800e3bfef72d40c6bf02de3c15cafc4f1 Mon Sep 17 00:00:00 2001 From: greenbonebot Date: Thu, 30 Oct 2025 11:14:21 +0000 Subject: [PATCH] Fix Add or Update detect-hidden-unicode.yml --- .github/workflows/detect-hidden-unicode.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/detect-hidden-unicode.yml diff --git a/.github/workflows/detect-hidden-unicode.yml b/.github/workflows/detect-hidden-unicode.yml new file mode 100644 index 00000000..f457461c --- /dev/null +++ b/.github/workflows/detect-hidden-unicode.yml @@ -0,0 +1,12 @@ +name: Detect hidden unicode + +on: + pull_request: + +jobs: + detect-hidden-unicode: + runs-on: ubuntu-latest + steps: + - uses: greenbone/actions/detect-hidden-unicode@v3 + with: + github-token: ${{ secrets.GREENBONE_BOT_TOKEN }}