surtur
6cd6c300ef
All checks were successful
continuous-integration/drone/push Build is passing
also enable yaml linter
13 lines
286 B
YAML
13 lines
286 B
YAML
---
|
|
fail_fast: false
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.2.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: check-yaml
|
|
- repo: https://git.dotya.ml/wanderer/hadolint-pre-commit
|
|
rev: v0.0.1
|
|
hooks:
|
|
- id: hadolint-container
|