Removed molecule lint as it doesn't exist anymore

- replaced with pre-commit linting checks
This commit is contained in:
Larry Smith Jr
2023-06-15 08:57:06 -04:00
parent d27a3809d9
commit f901fe42b3

View File

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