Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): Fix Linting #61

Merged
merged 17 commits into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(ci): Added ansible check dryrun
  • Loading branch information
timothystewart6 committed Aug 29, 2022
commit 077d1fc48124c6fd789285be986bd8c07a335e9d
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: '3.x'

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

- name: run ansible check
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
with:
python-version: '3.x'

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

- name: Run yamllint.
- name: Run yamllint
run: yamllint .

- name: Run ansible-lint.
- name: Run ansible-lint
run: ansible-lint