PacketMediator/.pre-commit-config.yaml
Timothy Schenk e71f23f64c
Some checks failed
Release Rai.PacketMediator / preprocess (push) Successful in 2s
Release Rai.PacketMediator / build (push) Successful in 19s
Release Rai.PacketMediator / publish (push) Failing after 21s
Release Rai.PacketMediator / generate-licences (push) Successful in 2m16s
chore: Initial commit + v0.0.1
2024-02-08 13:24:28 +01:00

19 lines
555 B
YAML

repos:
- repo: local
hooks:
#Use dotnet format already installed on your machine
- id: dotnet-format
name: dotnet-format
language: system
entry: dotnet format --include
types_or: [c#, vb]
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: v1.6.26.11
hooks:
- id: actionlint
additional_dependencies: [pyflakes>=3.0.1, shellcheck-py>=0.9.0.5]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']