Merge branch 'js/ci-no-directional-formatting' into next

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
This commit is contained in:
Junio C Hamano
2021-12-02 13:29:48 -08:00
2 changed files with 28 additions and 0 deletions

View File

@@ -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'