summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-12-10 14:35:06 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-12-10 14:35:06 -0800
commitbd16b3c39f373944d5ae0c8c9bb93d5d4a5a9524 (patch)
tree0045810462c348517e2885818aa8e7d4d1c1af45 /.github/workflows/main.yml
parentMerge branch 'jc/fix-first-object-walk' (diff)
parentci: disallow directional formatting (diff)
downloadtgif-bd16b3c39f373944d5ae0c8c9bb93d5d4a5a9524.tar.xz
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 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'