You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
487 B
19 lines
487 B
--- |
|
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: local |
|
hooks: |
|
# this hook requires that the drone-cli tool is installed |
|
- id: drone-lint |
|
name: drone lint |
|
entry: drone lint .drone.yml |
|
language: system |
|
- repo: https://git.dotya.ml/wanderer/hadolint-pre-commit |
|
rev: v0.0.1 |
|
hooks: |
|
- id: hadolint-container
|
|
|