All checks were successful
Build / build (pull_request) Successful in 57s
- add actions workflow - add makefile with build/clean targets - add .gitignore file - update pre-commit hooks
16 lines
376 B
YAML
16 lines
376 B
YAML
repos:
|
|
- repo: 'https://github.com/adrienverge/yamllint'
|
|
rev: v1.32.0
|
|
hooks:
|
|
- id: 'yamllint'
|
|
args:
|
|
[
|
|
"-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]
|