Skip to content

Commit

Permalink
verify sbt still works, fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman committed Dec 7, 2023
1 parent f4eed25 commit f55265f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scalafmt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Scalafmt'

#This github action runs the scalafmt linting tool on the entire codebase.
# This GitHub Action runs the ScalaFmt linting tool on the entire codebase.
# It fails if any files are not formatted properly.

run-name: ${{ format('Scalafmt on {0}', github.ref_name) }}
Expand All @@ -23,6 +23,6 @@ jobs:
- uses: ./.github/set_up_cromwell_action
with:
cromwell_repo_token: ${{ secrets.BROADBOT_GITHUB_TOKEN }}
- name: Run Scalafmt
- name: Run ScalaFmt
run: |
sbt scalafmtCheckAll

0 comments on commit f55265f

Please sign in to comment.