We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0cbe6 commit 84e6598Copy full SHA for 84e6598
2 files changed
.ansible-lint
@@ -6,3 +6,4 @@ skip_list:
6
exclude_paths:
7
- "tests/dast"
8
- "*collections*"
9
+ - ".venv"
.github/workflows/ansible-lint.yaml .github/workflows/pull-request.yml.github/workflows/ansible-lint.yaml renamed to .github/workflows/pull-request.yml
@@ -1,14 +1,15 @@
1
-name: ansible-lint
+---
2
+name: ci/github
3
on:
4
pull_request:
5
branches:
- "*"
jobs:
- build:
+ ansible-lint:
name: Ansible Lint
10
runs-on: ubuntu-latest
11
steps:
12
- name: Code Checkout
- uses: actions/checkout@v4
13
+ uses: actions/checkout@v5
14
- name: Run ansible-lint
- uses: ansible/ansible-lint@main
15
+ uses: ansible/ansible-lint@v25
0 commit comments