mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 11:13:06 +00:00
e9fcf2b254
Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> # Manual Merge Cleanup: # .actrc # .github/workflows/pr-checks.yml # .github/workflows/release.yml # Brewfile # script/test # script/version_bump # Conflicts: # .github/workflows/build-test.yml # .gitignore # .swiftlint.yml # Brewfile.lock.json # Package.resolved # Sources/mas/Package.swift # Tests/masTests/.swiftlint.yml # script/bootstrap # script/build # script/format # script/lint # script/uninstall # script/version
15 lines
259 B
Ruby
15 lines
259 B
Ruby
brew "markdownlint-cli"
|
|
brew "mise"
|
|
brew "sd"
|
|
brew "shellcheck"
|
|
brew "shfmt"
|
|
brew "swift-format"
|
|
brew "swiftformat"
|
|
brew "trash"
|
|
brew "yamllint"
|
|
|
|
if OS.mac? && MacOS.version >= :ventura
|
|
brew "swiftlint"
|
|
tap "peripheryapp/periphery"
|
|
cask "periphery"
|
|
end
|