Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Create ansible-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgcv authored Oct 29, 2021
1 parent 92a8a02 commit 2d7a36c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Ansible Lint

on: [push, pull_request]

jobs:
ansible-lint:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
with:
targets: |
./
override-deps: |
ansible==2.10.0
ansible-lint==4.3.5

0 comments on commit 2d7a36c

Please sign in to comment.