Skip to content

Commit

Permalink
Fix for running ansible lint in github
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlouet committed Mar 10, 2024
1 parent af89c0c commit 281c067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: ansible-lint
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
build:
name: Ansible Lint
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# demo-molecule

<p align="left">
<a href="https://github.com/christopherlouet/demo-molecule/actions?query=workflow%3Aansible-lint">
<img src="https://github.com/christopherlouet/demo-molecule/workflows/ansible-lint/badge.svg" alt="Build Status">
</a>
<a href="https://github.com/christopherlouet/demo-molecule/actions?query=workflow%3Aansible-lint"><img src="https://github.com/christopherlouet/demo-molecule/workflows/ansible-lint/badge.svg" alt="Build Status"></a>
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="license">
</p>

Expand Down

0 comments on commit 281c067

Please sign in to comment.