Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmittsva committed Dec 6, 2023
1 parent 4246245 commit 5a1c76d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: Ansible lint
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Run ansible-lint
uses: ansible/ansible-lint@main # or version tag instead of 'main'
- name: Run ansible-lint
uses: ansible/ansible-lint@main

0 comments on commit 5a1c76d

Please sign in to comment.