Initial file structure refactor

This commit is contained in:
Sonny Bakker 2021-01-27 22:40:26 +01:00
parent fe72523a5a
commit ccab22dea3
31 changed files with 369 additions and 427 deletions

View file

@ -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