Skip to content

Commit fb6425c

Browse files
committed
### job: ansible-lint
- Update `.ansible-lint` for local development: - ignore `.venv` - Change `ansible-lint` version: `@main` -> `v25.8.2` (stable) Signed-off-by: Maxim Kovgan <makovgan@redhat.com>
1 parent 6a479ae commit fb6425c

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.ansible-lint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ skip_list:
66
exclude_paths:
77
- "tests/dast"
88
- "*collections*"
9+
- ".venv"
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
name: ansible-lint
1+
---
2+
name: Pull Request Validation
23
on:
34
pull_request:
45
branches:
56
- "*"
7+
68
jobs:
7-
build:
9+
ansible-lint:
810
name: Ansible Lint
911
runs-on: ubuntu-latest
1012
steps:
1113
- name: Code Checkout
12-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
15+
1316
- name: Run ansible-lint
14-
uses: ansible/ansible-lint@main
17+
uses: ansible/ansible-lint@v25
18+
with:
19+
args: "-v"

0 commit comments

Comments
 (0)