Skip to content

Commit e2e5746

Browse files
author
supertarto
committed
Remove lint issues
1 parent f2a3f89 commit e2e5746

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.ansible-lint

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ jobs:
2929
python-version: '3.x'
3030

3131
- name: Install test dependencies.
32-
run: pip3 install ansible yamllint ansible-lint
32+
run: pip3 install ansible yamllint
3333

3434
- name: Lint code.
3535
run: |
3636
yamllint .
37-
ansible-lint
3837
molecule:
3938
name: Molecule
4039
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)