Skip to content

Commit

Permalink
Remove lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
supertarto committed Feb 18, 2021
1 parent f2a3f89 commit e2e5746
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .ansible-lint

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible yamllint ansible-lint
run: pip3 install ansible yamllint

- name: Lint code.
run: |
yamllint .
ansible-lint
molecule:
name: Molecule
runs-on: ubuntu-latest
Expand Down

0 comments on commit e2e5746

Please sign in to comment.