Per repo policies, every Makefile must have these targets: make test, make lint, make fmt (writes), make fmt-check (read-only), make check (prereqs: test, lint, fmt-check), make docker, and make hooks (installs pre-commit hook). Currently missing: fmt-check, docker, hooks.
Per repo policies, every Makefile must have these targets: `make test`, `make lint`, `make fmt` (writes), `make fmt-check` (read-only), `make check` (prereqs: test, lint, fmt-check), `make docker`, and `make hooks` (installs pre-commit hook). Currently missing: `fmt-check`, `docker`, `hooks`.
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.
Per repo policies, every Makefile must have these targets:
make test,make lint,make fmt(writes),make fmt-check(read-only),make check(prereqs: test, lint, fmt-check),make docker, andmake hooks(installs pre-commit hook). Currently missing:fmt-check,docker,hooks.