Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb committed Jun 7, 2024
1 parent c92050a commit fed52ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/include-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Gradle and task/dependency caching
if: steps.gradle-plugin-cache.outputs.cache-hit != 'true'
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: false # TODO How to configure caching here?

- name: Register problem matchers
run: |-
echo "::add-matcher::.github/problem-matchers/ktlint.json"
Expand Down

0 comments on commit fed52ca

Please sign in to comment.