From 33b73e83768ebb943f79e108dc23c3db08c71de1 Mon Sep 17 00:00:00 2001 From: Mark Tomko <610104+mtomko@users.noreply.github.com> Date: Thu, 11 Jan 2024 08:30:55 -0800 Subject: [PATCH] Update actions * Update scalafmt version * Update scalafmt rule used in actions --- .github/workflows/ci.yml | 4 +--- .github/workflows/release.yml | 4 +--- .scalafmt.conf | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9dd0ea..9983a45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e98644b..b6d7a29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.scalafmt.conf b/.scalafmt.conf index e09a4b5..3c86644 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # PoolQ3 .scalafmt configuration -version=3.5.8 +version=3.7.17 style = IntelliJ maxColumn = 120