Fix linting config
This commit is contained in:
@@ -25,4 +25,4 @@ jobs:
|
||||
run: curl -L -o checkstyle.jar https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.12.1/checkstyle-10.12.1-all.jar
|
||||
- name: Run Checkstyle
|
||||
run: |
|
||||
java -jar checkstyle.jar -c /google_checks.xml app/src/main/java/com/project/back_end || true
|
||||
java -jar checkstyle.jar -c /google_checks.xml SmartClinicManagementSystem/app/src/main/java/com/project/back_end || true
|
||||
Reference in New Issue
Block a user