mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
15 lines
268 B
YAML
15 lines
268 B
YAML
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/'
|