Skip to content

Commit

Permalink
feat: add ansible linter
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel1302 committed Aug 29, 2024
1 parent d1f2c7c commit e1fdacc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ansible-lint
on:
pull_request:
branches: ["main", "stable", "release/v*"]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]

Check failure on line 12 in .github/workflows/ansible-lint.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[new-line-at-end-of-file]

No new line character at the end of file

0 comments on commit e1fdacc

Please sign in to comment.