feat: test changes to multiple plugins at once (#753)

This commit is contained in:
James Hegedus
2023-02-14 02:47:30 +11:00
committed by GitHub
parent f42e1a6256
commit 8a97cf5603
12 changed files with 147 additions and 54 deletions

11
scripts/format.bash Executable file
View 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