Skip to content

Commit

Permalink
try fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JMarkin committed Oct 22, 2023
1 parent fff8a65 commit 740129e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/setup.sh
Original file line number Diff line number Diff line change
@@ -8,13 +8,14 @@ sudo apt-get install -qqq \
clang-format clang-tidy fish elixir &
luarocks install luacheck &
go install github.com/segmentio/golines@latest &
go install github.com/golangci/golangci-lint/cmd/[email protected] &
pip -qqq install autopep8 black djhtml flake8 isort pylint yapf codespell ruff sqlfluff mypy &
npm install -g --silent \
prettier @fsouza/prettierd sql-formatter shellcheck shfmt @taplo/cli &
gem install -q rubocop &
# Block, homebrew takes the longest time
brew install \
swiftformat swift-format hadolint google-java-format pgformatter fnlfmt ormolu golangci-lint
swiftformat swift-format hadolint google-java-format pgformatter fnlfmt ormolu

# Install standalone binary packages
bin="/home/runner/.local/bin"

0 comments on commit 740129e

Please sign in to comment.