mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2026-09-09 18:03:59 +00:00
* Migrated to Travis Co-authored-by: gfertuso <giovanni.fertuso@alfresco.com>
10 lines
255 B
YAML
10 lines
255 B
YAML
default_language_version:
|
|
# force all unspecified python hooks to run python3
|
|
python: python3
|
|
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.4.0
|
|
hooks:
|
|
- id: check-yaml
|
|
args: [--allow-multiple-documents] |