Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Brewfile - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d359fd744638eb17e343f4449435fc4cf5f40ef0 (plain)
1
2
3
4
5
6
7
# Install on all OSes
brew "hadolint"
brew "jq"
brew "yamllint"

# Install on Mac only
brew "gnupg" if OS.mac?