Skip to content

Commit

Permalink
ci(detekt): fix temp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Jan 22, 2024
1 parent 7923fdb commit 5ff6330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Sets up the detekt cli
- name: Setup Detekt
run: |
mkdir $DETEKT_DIRECTORY
mkdir -p $DETEKT_DIRECTORY
curl --request GET \
--url $DETEKT_URL \
--silent \
Expand Down

0 comments on commit 5ff6330

Please sign in to comment.