mirror of
https://github.com/placeholder-soft/asdf-plugins.git
synced 2026-05-25 18:22:11 +08:00
feat: test changes to multiple plugins at once (#753)
This commit is contained in:
11
scripts/format.bash
Executable file
11
scripts/format.bash
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# format Shell scripts in scripts/ directory.
|
||||
shfmt --language-dialect bash --indent 2 --write \
|
||||
./scripts/*
|
||||
|
||||
# format Markdown files.
|
||||
npx -y prettier --write \
|
||||
./**/*.md
|
||||
Reference in New Issue
Block a user