Skip to content

Commit

Permalink
chore: test 2022 scala
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-conde committed Dec 1, 2023
1 parent 6344b9e commit a909c32
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck
working-directory: 2022/
- run: curl https://raw.githubusercontent.com/scalameta/scalafmt/master/bin/install-scalafmt-native.sh | bash -s -- $VERSION $INSTALL_LOCATION
env:
VERSION: 3.6.1
INSTALL_LOCATION: .
- run: ls
- run: ./scalafmt-native
- run: ./scalafmt-native --version
- run: ./scalafmt-native src/*.scala

0 comments on commit a909c32

Please sign in to comment.