Initial file structure refactor
This commit is contained in:
parent
fe72523a5a
commit
ccab22dea3
31 changed files with 369 additions and 427 deletions
|
|
@ -9,28 +9,12 @@ cache:
|
|||
- node_modules/
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
image: python:3.7
|
||||
before_script:
|
||||
- pip install ansible ansible-lint --quiet
|
||||
script:
|
||||
- ansible-lint playbook.yml
|
||||
only:
|
||||
refs:
|
||||
- development
|
||||
- merge_requests
|
||||
|
||||
pretty-lint:
|
||||
stage: lint
|
||||
image: node:12
|
||||
before_script:
|
||||
- npm install
|
||||
script:
|
||||
- npx prettier "**/*.yml" --check
|
||||
only:
|
||||
refs:
|
||||
- development
|
||||
- merge_requests
|
||||
|
||||
syntax-test:
|
||||
stage: test
|
||||
|
|
|
|||
Reference in a new issue