Skip to content

Commit

Permalink
Add .mise.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Korolev committed Nov 7, 2024
1 parent 0c1ba99 commit b894bea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion hooks/post_gen_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ git init
git add .
git commit -m "Initial commit"

make hooks
mise generate pre-commit
7 changes: 7 additions & 0 deletions {{ cookiecutter.name }}/.mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tasks]
lint = "swiftformat GrowFood --lint"
fmt = "swiftformat GrowFood"

[tools]
xcodes = "1.5.0"
"spm:nicklockwood/SwiftFormat" = "0.54.6"
3 changes: 0 additions & 3 deletions {{ cookiecutter.name }}/hooks/post-checkout

This file was deleted.

3 changes: 0 additions & 3 deletions {{ cookiecutter.name }}/hooks/pre-commit

This file was deleted.

0 comments on commit b894bea

Please sign in to comment.