Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
* Update scalafmt version

* Update scalafmt rule used in actions
  • Loading branch information
mtomko authored Jan 11, 2024
1 parent f1922bf commit 33b73e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3.1.0
- uses: jrouly/scalafmt-native-action@v2
with:
version: '3.5.8'
- uses: jrouly/scalafmt-native-action@v3
- name: Set up JDK 8
uses: actions/setup-java@v3.6.0
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- run: git config --global user.email "gpp-informatics@broadinstitute.org"
- run: git config --global user.name "GPP Informatics"
- uses: jrouly/scalafmt-native-action@v2
with:
version: '3.5.8'
- uses: jrouly/scalafmt-native-action@v3
- name: Set up JDK 8
uses: actions/setup-java@v3.6.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PoolQ3 .scalafmt configuration
version=3.5.8
version=3.7.17
style = IntelliJ

maxColumn = 120
Expand Down

0 comments on commit 33b73e8

Please sign in to comment.