for file in $$(find . -type f -iname '*.sh' -not -path './wip/*');do shellcheck --format=gcc $$file;done;
for file in $$(find ./scripts -type f);do shellcheck --format=gcc $$file;done;
.ONESHELL:
template-apply:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.