|
|
|
@ -1,5 +1,5 @@
|
|
|
|
---
|
|
|
|
---
|
|
|
|
name: CI
|
|
|
|
name: Lint
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
workflow_dispatch:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
@ -20,8 +20,7 @@ jobs:
|
|
|
|
- uses: actions/setup-python@v4
|
|
|
|
- uses: actions/setup-python@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: 3.8.9
|
|
|
|
python-version: 3.8.9
|
|
|
|
- name: Install test dependencies.
|
|
|
|
- name: Install dependencies
|
|
|
|
- name: Install requirements
|
|
|
|
|
|
|
|
run: make deps
|
|
|
|
run: make deps
|
|
|
|
- name: Test Directory
|
|
|
|
- name: Test Directory
|
|
|
|
run: ansible-lint ${{ matrix.directory }}
|
|
|
|
run: ansible-lint ${{ matrix.directory }}
|
|
|
|
|