Skip to content

Commit

Permalink
Merge branch 'fixing_ci' into fixing_ci-PR-devel-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gregharvey committed Feb 6, 2025
2 parents 4eb1bac + ffce2ab commit 8fcbba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ce-deploy-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
# Linter checks.
- name: Install linters.
run: |
apt-get update
apt-get install -y ansible-lint yamllint shellcheck
sudo apt-get update
sudo apt-get install -y ansible-lint yamllint shellcheck
- name: Run ansible-lint.
run: find ./roles -name "*.yml" | xargs ansible-lint
Expand Down

0 comments on commit 8fcbba9

Please sign in to comment.