diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 92e15cc..f90c84a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,25 +3,19 @@ name: Tests on: push: branches: - - main + - "*" pull_request: branches: - "*" jobs: ansible-lint: + name: Ansible Lint runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - with: - path: "${{ github.repository }}" - + - uses: actions/checkout@v4 - name: Run ansible-lint - uses: ansible-community/ansible-lint-action@main - with: - path: "${{ github.repository }}" + uses: ansible/ansible-lint@main test: needs: