mirror of
https://github.com/geerlingguy/ansible-role-php-versions.git
synced 2024-11-22 10:25:40 +01:00
Make ansible-lint work again.
This commit is contained in:
parent
7460ff2c19
commit
38f6713816
@ -1,4 +1,5 @@
|
|||||||
skip_list:
|
skip_list:
|
||||||
- '306'
|
- 'yaml'
|
||||||
- '503'
|
- 'risky-shell-pipe'
|
||||||
- '106'
|
- 'no-handler'
|
||||||
|
- 'role-name'
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install test dependencies.
|
- name: Install test dependencies.
|
||||||
run: pip3 install yamllint ansible-lint
|
run: pip3 install yamllint ansible ansible-lint
|
||||||
|
|
||||||
- name: Lint code.
|
- name: Lint code.
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user