mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-07 16:08:20 +03:00
Removed molecule lint as it doesn't exist anymore
- replaced with pre-commit linting checks
This commit is contained in:
@@ -37,6 +37,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt -r requirements-dev.txt
|
pip install -r requirements.txt -r requirements-dev.txt
|
||||||
- name: molecule lint
|
- name: Check linting with pre-commit
|
||||||
run: |
|
run: pre-commit run --all-files
|
||||||
molecule lint
|
|
||||||
|
|||||||
Reference in New Issue
Block a user