Skip to content

Commit

Permalink
Fix scalafmt in CI (multiline yaml string)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Dec 12, 2024
1 parent 576c7e9 commit ff26fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
architecture: "x64"
distribution: "temurin"
- name: Download dependencies
run:
run: |
./mill --disable-ticker __.prepareOffline
- name: Check formatting
run:
run: |
./mill --disable-ticker mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources
./mill --disable-ticker --meta-level 1 mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources
# - name: Check scalafix
Expand Down

0 comments on commit ff26fb0

Please # to comment.