From b10b4d07e9de49460bc66562d6f8d7d08163f01b Mon Sep 17 00:00:00 2001 From: hrj Date: Sat, 12 Apr 2025 09:50:46 +0530 Subject: [PATCH] disable scalafix in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82360e7..daeaab1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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