Skip to content

Commit

Permalink
workflow lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed Jan 15, 2024
1 parent e8bd5c8 commit a85f0e0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: ansible-lint
on:
pull_request:
branches: ["develop"]
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Run ansible-lint
uses: ansible/ansible-lint@main

0 comments on commit a85f0e0

Please sign in to comment.