Skip to content

Commit

Permalink
fixed ansible-lint on GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
exploide committed Apr 21, 2024
1 parent 70db6dd commit 8905617
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8905617

Please sign in to comment.