Combine validation and duplication tests for efficiency

This commit is contained in:
jeremystretch
2022-02-18 14:47:13 -05:00
parent 5944c33552
commit c1f6cecb21
3 changed files with 36 additions and 65 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.8
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint YAML files