cargo runtrunk serveThis repo uses Git hooks to run checks before you push (e.g. lint GitHub Actions workflows).
- Enable hooks (run once after clone):
./scripts/install-hooks
This setscore.hooksPathto.githooksso the project’s hooks run instead of your global/default ones. - List enabled hooks:
./scripts/list-hooks
Shows the hooks directory and which hook scripts are present (e.g.pre-push).
The pre-push hook runs actionlint. Install actionlint with:
brew install actionlint