added the check task to run the checkstyles for ascii and FIXME checks

This commit is contained in:
thzero 2023-05-10 07:41:54 -05:00
parent a5f94a0b45
commit 0cc66bac05
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Execute Gradle build
run: ./gradlew clean build dist
run: ./gradlew clean check build dist
# If wanting to serialize all the engines during build
# run: ./gradlew clean serializeEnginesDist build dist
- name: Upload build reports

View File

@ -9,7 +9,7 @@ jdk:
- oraclejdk13
script:
- gradlew clean build dist
- gradlew clean check build dist
notifications:
webhooks: https://www.travisbuddy.com/