mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Update repo structure as part of nixification
This commit is contained in:
parent
49e67c64fb
commit
cc0efcfdde
56 changed files with 181 additions and 154 deletions
15
legacy/.github/workflows/ansible-lint.yml
vendored
Normal file
15
legacy/.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/'
|
||||
Loading…
Add table
Add a link
Reference in a new issue