File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1414 workflow_dispatch :
1515
1616jobs :
17+ lint :
18+ runs-on : ubuntu-24.04
19+ steps :
20+ - name : Check out the repository
21+ uses : actions/checkout@v4
22+ - name : Run ansible-lint
23+ uses : ansible/ansible-lint@v25
24+ with :
25+ args : " -c ansible-lint.yml"
26+
1727 encoding :
1828 runs-on : ubuntu-24.04
1929 steps :
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2025 Friedrich von Never <[email protected] >2+ #
3+ # SPDX-License-Identifier: MIT
4+
5+ exclude_paths :
6+ - .github/ # no Ansible plays in there
7+ - xmpp2/default.yml # just a list of other files
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2025 Friedrich von Never <[email protected] >2+ #
3+ # SPDX-License-Identifier: MIT
4+
5+ ---
6+ collections :
7+ - name : ansible.posix
8+ version : 1.5.4
You can’t perform that action at this time.
0 commit comments