Browse Source

Merge 531dd16e22 into dfd2b2944a

pull/3811/merge
Security Researcher - WhiteHat 9 months ago
committed by GitHub
parent
commit
2a129fabe5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/java-unit-test.yml

+ 1
- 1
.github/workflows/java-unit-test.yml View File

@ -45,6 +45,6 @@ jobs:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Install ascii-safe-cli
run: npm install -g is-ascii-safe-cli
run: npm install -g -d is-ascii-safe-cli
- name: Check whether .js api files are ascii safe or not.
run: find . -name '*.js' ! -name '*_test.js' | xargs is-ascii-safe

Loading…
Cancel
Save