This commit is contained in:
Mark Canlas 2025-02-10 20:46:38 -05:00
parent ca2c660402
commit 365e98241e

View File

@ -17,6 +17,8 @@ jobs:
java-version: '23'
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Check linting and formatting
run: sbt 'scalafixAll --check' scalafmtSbtCheck scalafmtCheck
env: