Skip to content

Commit

Permalink
Add linting for ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Feb 21, 2024
1 parent c1d4480 commit 5feab0a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Ansible Lint

on:
push:
pull_request:

jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main

0 comments on commit 5feab0a

Please sign in to comment.