We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70db6dd commit 8905617Copy full SHA for 8905617
.github/workflows/tests.yml
@@ -3,25 +3,19 @@ name: Tests
3
on:
4
push:
5
branches:
6
- - main
+ - "*"
7
pull_request:
8
9
- "*"
10
11
jobs:
12
ansible-lint:
13
+ name: Ansible Lint
14
runs-on: ubuntu-latest
-
15
steps:
16
- - name: Checkout code
17
- uses: actions/checkout@v3
18
- with:
19
- path: "${{ github.repository }}"
20
+ - uses: actions/checkout@v4
21
- name: Run ansible-lint
22
- uses: ansible-community/ansible-lint-action@main
23
24
+ uses: ansible/ansible-lint@main
25
26
test:
27
needs:
0 commit comments