Add lint workflow for GH Actions

This commit is contained in:
Dave Rolsky
2023-07-22 11:30:19 -05:00
parent ab89553767
commit 7c7b8fbbff
2 changed files with 26 additions and 1 deletions

View File

@@ -11,8 +11,8 @@ function install_tools () {
curl --silent --location \
https://raw.githubusercontent.com/houseabsolute/ubi/master/bootstrap/bootstrap-ubi.sh |
sh
run "rustup component add clippy"
run "ubi --project houseabsolute/precious --in ~/bin"
run "ubi --project houseabsolute/omegasort --in ~/bin"
run "npm install prettier"
}