Rename lint command

This commit is contained in:
Jake Howard 2018-09-17 17:09:24 +01:00
parent a66a0e40c2
commit 7402035714
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ jobs:
key: cache-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
paths:
- "/home/circleci/.local/share/virtualenvs"
- run: pipenv run test
- run: pipenv run lint
- run: pipenv run check

View File

@ -15,4 +15,4 @@ python_version = "3.7"
[scripts]
deploy = "sudo ansible-playbook -i hosts dotfiles.yml"
check = "ansible-playbook -i hosts dotfiles.yml --syntax-check"
test = "yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml"
lint = "yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml"