Skip to content

Commit

Permalink
code style config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas committed Jun 27, 2024
1 parent 92468c8 commit 0aa1265
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ on: [workflow_call]
jobs:
static-code-analysis:
runs-on: ubuntu-latest
uses: ./.github/workflows/shared/setup-java-gradle.yml
steps:
- uses: ./.github/workflows/shared/setup-java-gradle.yml
with:
runs-on: ubuntu-latest

- name: Run Detekt
run: |
make detekt/run-verify
Expand Down

0 comments on commit 0aa1265

Please sign in to comment.