feat: prepare for gitea actions
Build / build (pull_request) Successful in 57s

- add actions workflow
- add makefile with build/clean targets
- add .gitignore file
- update pre-commit hooks
This commit is contained in:
2024-11-17 19:55:36 +11:00
parent d2abbda668
commit b218b4ef4e
3 changed files with 38 additions and 0 deletions
+5
View File
@@ -8,3 +8,8 @@ repos:
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
"-s",
]
- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.1
hooks:
- id: gitlint
stages: [commit-msg]