Commit Graph

18 Commits

Author SHA1 Message Date
a4547fc401 Merge pull request #3 from taigrr/cd/add-ci-and-install
ci: add shellcheck workflow, install/uninstall scripts
2026-03-24 19:56:51 -04:00
592d1db7d4 ci: add shellcheck workflow, install/uninstall scripts 2026-03-23 06:31:29 +00:00
55b3d81610 Merge pull request #2 from taigrr/cd/robustness-and-commit-msg
feat: add commit-msg hook, improve robustness
2026-03-09 02:56:29 -04:00
33fd98d746 feat: add commit-msg hook, improve robustness
- Add commit-msg hook enforcing Conventional Commits format
  (allows merge, fixup, and squash commits)
- Fix file size display: use MiB (binary) to match the binary limit calculation
- Make gitleaks optional: skip gracefully if not installed
- Suppress stderr on mg register in pre-push
- Add shellcheck directive to pre-commit
- Mark gitleaks as optional in README prerequisites
- Clean up FUNDING.yml boilerplate
2026-03-09 06:31:38 +00:00
7dbcec889d Merge pull request #1 from taigrr/cd/improve-hooks-and-docs
docs: rewrite README, fix pre-commit shellcheck issues
2026-02-23 08:48:43 -05:00
343fdfcb92 docs: rewrite README, fix pre-commit shellcheck issues
- Complete README rewrite with proper installation instructions
- Added quick install section, configuration section, prerequisites
- Fixed typos (occasionaly, Compatability, alondside)
- pre-commit: use stat instead of parsing ls output (SC2012)
- pre-commit: fix popd called with arguments (SC2164)
- pre-commit: proper IFS newline assignment
- pre-commit: skip non-existent files cleanly
- Fixed repo description typo (usefull → useful)
2026-02-23 10:31:12 +00:00
714aebdd44 remove warning text bumpers v1.0.0 2023-05-29 12:36:43 -07:00
54f37f6bd0 add readme 2023-05-29 12:33:29 -07:00
be8e44155b allow for lfs to ignore the filesize check 2023-05-28 15:26:46 -07:00
51138332bf shellcheck remainder of git lfs hooks 2023-05-28 15:02:29 -07:00
d833cd0160 shellchekc on pre-push 2023-05-28 15:01:49 -07:00
34595cf7bb shellcheck pre-commit 2023-05-28 15:01:00 -07:00
69562da8f8 update pre-commit and pre-push to make things faster 2023-05-28 13:37:15 -07:00
b4a73f8340 fix test command 2023-05-28 13:18:08 -07:00
7753212d96 update precommit hook to run gitleaks regardless of commit numbers 2023-05-28 13:16:29 -07:00
b277cf55ab add pre-push short-circuit 2023-05-28 13:14:02 -07:00
d6c20a0dfe update mg command to be non-blocking 2023-05-28 13:10:45 -07:00
06e15baf58 initial commit 2023-05-28 13:04:08 -07:00