Skip to content

Commit

Permalink
Only perform lint using min_ansible_version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Sep 22, 2023
1 parent 6c10265 commit b00ee78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- NAME: min_ansible_version
ANSIBLE_VERSION: "==2.7.*"
ANSIBLE_LINT_VERSION: "==4.2.*"
- NAME: latest
ANSIBLE_VERSION: ""
ANSIBLE_LINT_VERSION: ""
#- NAME: latest

Check warning on line 28 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Lint (min_ansible_version)

28:12 [comments] missing starting space in comment

Check warning on line 28 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Lint (min_ansible_version)

28:11 [comments-indentation] comment not indented like content
# ANSIBLE_VERSION: ""
# ANSIBLE_LINT_VERSION: ""

steps:
- name: Check out the codebase.
Expand Down

0 comments on commit b00ee78

Please sign in to comment.