Skip to content

Commit 8905617

Browse files
committed
fixed ansible-lint on GitHub actions
1 parent 70db6dd commit 8905617

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,19 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- main
6+
- "*"
77
pull_request:
88
branches:
99
- "*"
1010

1111
jobs:
1212
ansible-lint:
13+
name: Ansible Lint
1314
runs-on: ubuntu-latest
14-
1515
steps:
16-
- name: Checkout code
17-
uses: actions/checkout@v3
18-
with:
19-
path: "${{ github.repository }}"
20-
16+
- uses: actions/checkout@v4
2117
- name: Run ansible-lint
22-
uses: ansible-community/ansible-lint-action@main
23-
with:
24-
path: "${{ github.repository }}"
18+
uses: ansible/ansible-lint@main
2519

2620
test:
2721
needs:

0 commit comments

Comments
 (0)