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 }}