Skip to content

Commit

Permalink
Fix lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbrt committed Feb 18, 2025
1 parent 4cc933c commit d2989e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-scripts/04-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function main {
end_gh_actions_group

start_gh_actions_group "cljfmt"
lein cljfmt check
./lein cljfmt check
end_gh_actions_group
}

Expand Down

0 comments on commit d2989e4

Please sign in to comment.