disable scalafix in CI

This commit is contained in:
hrj 2025-04-12 09:50:46 +05:30
parent 0b0b6f4e22
commit b10b4d07e9

View File

@ -19,7 +19,7 @@ jobs:
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt test assembly
- name: Run linter
run: sbt "scalafixAll --check"
#- name: Run linter
#run: sbt "scalafixAll --check"
- name: Run locust tests
run: sudo apt-get install -y tesseract-ocr && ./tests/run.sh