mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
ci: explicitly declare pre-commit job (#313)
##### SUMMARY The pre-commit template does not set the job automatically.
This commit is contained in:
parent
c56cbab1a0
commit
f6c401a019
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ variables:
|
||||||
default:
|
default:
|
||||||
image: python:$PYTHON_VERSION
|
image: python:$PYTHON_VERSION
|
||||||
|
|
||||||
|
pre-commit:
|
||||||
|
extends: [.pre-commit]
|
||||||
|
|
||||||
sanity:
|
sanity:
|
||||||
stage: sanity
|
stage: sanity
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in a new issue