-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily install shfmt 3.9.0 in
install-dev-tool.sh
Once this next release of UBI is out I can revert this.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ function install_tools() { | |
run "ubi --project houseabsolute/precious --in ~/bin" | ||
run "ubi --project houseabsolute/omegasort --in ~/bin" | ||
run "ubi --project koalaman/shellcheck --in ~/bin" | ||
run "ubi --project mvdan/sh --in ~/bin --exe shfmt" | ||
run "ubi --project mvdan/sh --tag v3.9.0 --in ~/bin --exe shfmt" | ||
run "ubi --project crate-ci/typos --in ~/bin" | ||
run "ubi --project tamasfe/taplo --tag 0.8.1 --in ~/bin" | ||
run "npm install [email protected]" | ||
|