Skip to content

Commit

Permalink
Merge pull request #49 from mhutter/feat/ci
Browse files Browse the repository at this point in the history
ci: Run Ansible syntax checks
  • Loading branch information
mhutter authored Jul 7, 2022
2 parents c807930 + 2d97f48 commit 5d51124
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: yamllint .

ansible-syntax:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prepare Ansible config for tests
run: printf '[defaults]\nroles_path=../' > ansible.cfg
- name: Ansible syntax check
run: ansible-playbook tests/ci.yml -i tests/inventory --syntax-check
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

0 comments on commit 5d51124

Please sign in to comment.