We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5e5e4 commit 0cc3cbeCopy full SHA for 0cc3cbe
.github/workflows/lint.yml
@@ -38,7 +38,6 @@ jobs:
38
build-essential debhelper dh-python dh-apparmor
39
git config --global --add safe.directory "$GITHUB_WORKSPACE"
40
- uses: actions/checkout@v4
41
-
42
- name: Test build
43
run: |
44
dpkg-buildpackage -b -i -us -uc
@@ -47,3 +46,5 @@ jobs:
47
46
48
set -o xtrace
49
./run-tests
+ git clone https://github.com/nickboucher/trojan-source
50
+ ./unicode-testscript
0 commit comments