summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-12-10 22:35:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-12-10 22:35:06 (GMT)
commitbd16b3c39f373944d5ae0c8c9bb93d5d4a5a9524 (patch)
tree0045810462c348517e2885818aa8e7d4d1c1af45 /.github/workflows/main.yml
parent3d2dce168f1c004e746d18d0b2dfc55bc8af455a (diff)
parent0e7696c64db78f698c40686d4869e2a8d0ab2696 (diff)
downloadgit-bd16b3c39f373944d5ae0c8c9bb93d5d4a5a9524.zip
git-bd16b3c39f373944d5ae0c8c9bb93d5d4a5a9524.tar.gz
git-bd16b3c39f373944d5ae0c8c9bb93d5d4a5a9524.tar.bz2
Merge branch 'js/ci-no-directional-formatting'
CI has been taught to catch some Unicode directional formatting sequence that can be used in certain mischief. * js/ci-no-directional-formatting: ci: disallow directional formatting
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6ed6a9e..deda12d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -289,6 +289,7 @@ jobs:
- uses: actions/checkout@v2
- run: ci/install-dependencies.sh
- run: ci/run-static-analysis.sh
+ - run: ci/check-directional-formatting.bash
sparse:
needs: ci-config
if: needs.ci-config.outputs.enabled == 'yes'