Skip to content

Commit

Permalink
Fix Detekt workflow, attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Aug 16, 2024
1 parent 4e46965 commit f073d3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:

# Sets up the detekt cli
- name: Setup Detekt
run: |
brew install detekt
uses: ConorMacBride/[email protected]
with:
brew: detekt

# Performs static analysis using Detekt
- name: Run Detekt
Expand Down

0 comments on commit f073d3c

Please sign in to comment.