Skip to content

Commit

Permalink
Turn off caching of lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Oct 4, 2024
1 parent 7e74976 commit 2654142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ concurrency:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v4
Expand All @@ -43,8 +43,8 @@ jobs:
with:
distribution: "temurin"
java-version: "17"
- name: Cache scala dependencies
uses: coursier/cache-action@v6
# - name: Cache scala dependencies
# uses: coursier/cache-action@v6
- name: Lint code
run: ./mill -i -k -j 0 "__.checkFormat"

Expand Down

0 comments on commit 2654142

Please sign in to comment.