Skip to content

Commit

Permalink
feat: Move from CircleCI to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
indigo423 committed Jul 17, 2024
1 parent 3b97f13 commit eca8ef1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ansible-opennms-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: ansible-opennms-lint
run-name: Validate the Ansible playbook
on:
workflow_dispatch:
push:

jobs:
ansible-lint:
runs-on: ubuntu-latest
container:
image: quay.io/labmonkeys/vmbuilder:1.9.3.b66
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run ansible lint
run: ansible-lint

0 comments on commit eca8ef1

Please sign in to comment.