zxul767 / pawn

A chess engine and machine learning testbed
4 stars 2 forks source link

Add pre-commit check in CI/CD #17

Open zxul767 opened 2 years ago

zxul767 commented 2 years ago

pre-commit has been added to the project to ensure code gets formatted automatically using clang-format and clang-tidy, but it is not currently enforced in the CI/CD system.