Skip to content

Commit

Permalink
Re-enable Lint step but join with compile
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Oct 4, 2024
1 parent 327d9bf commit 5698d33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
if: false
compile-and-lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -46,8 +45,10 @@ jobs:
java-version: "17"
- name: Cache scala dependencies
uses: coursier/cache-action@v6
- name: Compile code
run: ./mill -i -k -j 0 __.compile
- name: Lint code
run: ./mill __.checkFormat
run: ./mill -i -k -j 0 __.checkFormat

test-jvm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5698d33

Please sign in to comment.