Skip to content

Glyphack/simu

Repository files navigation

Pre-commit Hook

Enable the repo’s pre-commit hook to run checks before each commit:

git config core.hooksPath .githooks

This sets Git to use hooks from .githooks/. The pre-commit hook runs ./check.sh and will block commits if checks fail.

About

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages