Skip to content

Merge branch 'develop' into chore/gh-workflow-improvements #5434

Merge branch 'develop' into chore/gh-workflow-improvements

Merge branch 'develop' into chore/gh-workflow-improvements #5434

Workflow file for this run

name: "Check Codestyle"
on: [workflow_call]
jobs:
static-code-analysis:
runs-on: ubuntu-latest
uses: ./.github/workflows/shared/setup-java-gradle.yml

Check failure on line 8 in .github/workflows/codestyle.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codestyle.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
steps:
- name: Run Detekt
run: |
make detekt/run-verify
- name: Cleanup Gradle Cache
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
# Restoring these files from a GitHub Actions cache might cause problems for future builds.
run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock
rm -f ~/.gradle/caches/modules-2/gc.properties