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