Skip to content

oulrich1/snippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server

cargo run

Client

trunk serve

Git Hooks

This 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 sets core.hooksPath to .githooks so 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors