summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-12-10 14:35:06 -0800
committerJunio C Hamano <gitster@pobox.com>2021-12-10 14:35:06 -0800
commitbd16b3c39f373944d5ae0c8c9bb93d5d4a5a9524 (patch)
tree0045810462c348517e2885818aa8e7d4d1c1af45 /.github
parent3d2dce168f1c004e746d18d0b2dfc55bc8af455a (diff)
parent0e7696c64db78f698c40686d4869e2a8d0ab2696 (diff)
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')
-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 6ed6a9e807..deda12db3a 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'