Chore: Lots of little tweaks

This commit is contained in:
2023-05-05 23:03:42 +03:00
parent 8de487250d
commit 2b6fa42f17
7 changed files with 29 additions and 11 deletions

View File

@@ -20,6 +20,8 @@ have go && {
github.com/cheat/cheat/cmd/cheat@latest
# Render markdown on the CLI, with pizzazz! 💅
github.com/charmbracelet/glow@latest
# Static checker for GitHub Actions workflow files
github.com/rhysd/actionlint/cmd/actionlint@latest
)
for pkg in "${packages[@]}"; do