Skip to content

Commit

Permalink
Drop formatting check in the CI (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal authored Oct 5, 2024
2 parents aa719af + 91730ee commit eef8f96
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,6 @@ on:
- main
pull_request:
jobs:
formatting-check:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Test Formatting
run: sbt scalafmtCheckAll
test:
strategy:
fail-fast: false
Expand Down

0 comments on commit eef8f96

Please sign in to comment.