.gitlab-ci.yml 0 → 100644
---
stages:
- check-yaml
check-yaml:
stage: check-yaml
image: python:3.8.3-slim-buster
script:
- pip install pyyaml
- python -c 'import yaml, sys; print(yaml.safe_load(sys.stdin))' < *.ya?ml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: check-yaml
\ No newline at end of file
pre-commit
\ No newline at end of file