Skip to content

Commit

Permalink
[github/workflows] uses new ansible-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed May 30, 2024
1 parent 7cacc34 commit b5badf4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ansible-lint.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---

name: ansible

on:
pull_request:
push:
branches:
- main
- wip/next

jobs:

ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/ansible-lint@v24

...

0 comments on commit b5badf4

Please sign in to comment.