You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to shfmt README, shfmt -d . is the suggested way of using it for CI/CD.
shfmt also provides a utility to find all shell files that can be passed to shellcheck, to have a simplified entry in the Makefile: shellcheck $$(shfmt -f .)
The text was updated successfully, but these errors were encountered:
According to shfmt README,
shfmt -d .
is the suggested way of using it for CI/CD.shfmt also provides a utility to find all shell files that can be passed to shellcheck, to have a simplified entry in the Makefile:
shellcheck $$(shfmt -f .)
The text was updated successfully, but these errors were encountered: