mirror of
https://github.com/N4S4/synology-api.git
synced 2025-07-30 12:59:07 +00:00
feat: add pre-commit to tool versions and installation scripts
This commit is contained in:
@ -3,3 +3,4 @@ python 3.9.6
|
||||
task 3.44.0
|
||||
shfmt 3.11.0
|
||||
shellcheck 0.10.0
|
||||
pre-commit 4.2.0
|
||||
|
@ -15,3 +15,4 @@ asdf plugin add python
|
||||
asdf plugin add task
|
||||
asdf plugin add shfmt
|
||||
asdf plugin add shellcheck
|
||||
asdf plugin add pre-commit
|
||||
|
@ -19,3 +19,4 @@ echo "Installing asdf plugins..."
|
||||
"$(go env GOPATH)/bin/asdf" plugin add task
|
||||
"$(go env GOPATH)/bin/asdf" plugin add shfmt
|
||||
"$(go env GOPATH)/bin/asdf" plugin add shellcheck
|
||||
"$(go env GOPATH)/bin/asdf" plugin add pre-commit
|
||||
|
Reference in New Issue
Block a user