mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +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:
|
||||
image: python:$PYTHON_VERSION
|
||||
|
||||
pre-commit:
|
||||
extends: [.pre-commit]
|
||||
|
||||
sanity:
|
||||
stage: sanity
|
||||
allow_failure: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue