summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/unicode-check.yml
blob: 407262ffdf45cf7f9d65f23296b180bad41d364d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
name: Bidirectional Unicode scan
on: [pull_request, workflow_dispatch]

permissions: {}

jobs:
  build-linux:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v4

      - name: Checkout submodules
        run: git submodule update --init --depth=1 dist-assets/binaries wireguard-go-rs

      - name: Scan for code points
        run: ./ci/check-trojan-source.sh .