mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add GitHub Action to lint Ansible playbooks
This commit is contained in:
parent
347ef17d7e
commit
b6c4139be4
2 changed files with 16 additions and 3 deletions
15
.github/workflows/ansible-lint.yml
vendored
Normal file
15
.github/workflows/ansible-lint.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
name: Ansible Lint
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ansbile_linting:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Run ansible-lint
|
||||||
|
uses: ansible-community/ansible-lint-action@main
|
||||||
|
with:
|
||||||
|
path: 'ansible/'
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
# dots
|
# dots
|
||||||
|
|
||||||
[](https://travis-ci.com/genebean/dots)
|
[](https://github.com/genebean/dots/actions/workflows/ansible-lint.yml)
|
||||||
[](https://gemnasium.com/github.com/genebean/dots)
|
|
||||||
[](https://hakiri.io/github/genebean/dots/master)
|
|
||||||
|
|
||||||
My dot files and a tool to deploy them, and the programs that use them, to
|
My dot files and a tool to deploy them, and the programs that use them, to
|
||||||
various OS's. Some additional tools that I consider part of my baseline setup
|
various OS's. Some additional tools that I consider part of my baseline setup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue