mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-21 02:09:03 -05:00
disable scalafix in CI
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user