mirror of
https://github.com/alexgo-io/asdf-clarinet.git
synced 2026-01-12 06:24:00 +08:00
10 lines
171 B
Bash
Executable File
10 lines
171 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
shellcheck --shell=bash --external-sources \
|
|
bin/* --source-path=template/lib/ \
|
|
lib/* \
|
|
scripts/*
|
|
|
|
shfmt --language-dialect bash --diff \
|
|
./**/*
|