diff options
| author | Linus Färnstrand <faern@faern.net> | 2021-11-16 13:22:07 +0100 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2021-11-16 13:22:07 +0100 |
| commit | 86a1d7220e2a16ecdfc214cd5fc9594d55b9d048 (patch) | |
| tree | 6926334479fbd8c82b60ad62754d813c2b5fafa9 /.github/workflows | |
| parent | a33760813316b88d2d309e449c6e88d8ef0e06dc (diff) | |
| download | mullvadvpn-86a1d7220e2a16ecdfc214cd5fc9594d55b9d048.tar.xz mullvadvpn-86a1d7220e2a16ecdfc214cd5fc9594d55b9d048.zip | |
Make trojan source check script more universally usable
Make the script take the path to the dir to check
as argument instead of being self aware.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/unicode-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unicode-check.yml b/.github/workflows/unicode-check.yml index 9cfd35ca12..03273bc029 100644 --- a/.github/workflows/unicode-check.yml +++ b/.github/workflows/unicode-check.yml @@ -14,4 +14,4 @@ jobs: run: git submodule update --init - name: Scan for code points - run: ./ci/check-trojan-source.sh + run: ./ci/check-trojan-source.sh . |
