Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
reynaldjoabet committed Feb 27, 2024
1 parent 3d5b9a4 commit a0edbb7
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,4 @@ jobs:
with:
jvm: temurin:17
apps: sbtn
- run: sbtn compile
format_code:
name: Format Project
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
scala: [2.13.12,3.3.0]
java: [temurin@17]
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@main
with:
jvm: temurin:17
- run: scala-cli fmt



- run: sbtn compile

0 comments on commit a0edbb7

Please sign in to comment.