From 740129ed26b655cad09ae4077dbc1172e8c02f2d Mon Sep 17 00:00:00 2001 From: jmarkin Date: Mon, 23 Oct 2023 00:20:46 +0300 Subject: [PATCH] try fix test --- test/setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/setup.sh b/test/setup.sh index 1a7b587..a2da7e1 100644 --- a/test/setup.sh +++ b/test/setup.sh @@ -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/golangci-lint@v1.55.0 & 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"