Skip to content

Commit

Permalink
ci: add shfmt Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed May 3, 2024
1 parent 60f73f6 commit 9751272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ clean:

install: pacakge
# install

shfmt:
find . -type f -name "*.sh" -exec shfmt -w -i 2 {} \;

0 comments on commit 9751272

Please # to comment.