Browse Source

Adding debug flag

When running the project locally or on a fork repo it is not possible to understand what is the error
pull/3811/head
Security Researcher - WhiteHat 10 months ago
committed by GitHub
parent
commit
531dd16e22
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