bvanseg / ccake

A command line tool written in Rust and designed to be a modern build tool + package manager for C/C++ projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use GitHub Actions to run unit tests on push instead of locking down commits

opened this issue · comments

Is your feature request related to a problem? Please describe.
Locking down commits with /hooks/pre-commit makes version control and collaboration more difficult.

Describe the solution you'd like
Use GitHub Actions and unit tests to ensure functionality instead.

Agreed. Doing all the CI with PRs should be enough. Especially when you're just working on a branch by yourself, it's not necessary to check on every commit.