mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
cleaning
This commit is contained in:
parent
a3bac673f0
commit
6515f182fe
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ansible-lint.yml
vendored
5
.github/workflows/ansible-lint.yml
vendored
|
@ -3,13 +3,10 @@ name: Ansible Lint # feel free to pick your own name
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Lint Ansible Playbook
|
||||
uses: ansible/ansible-lint-action@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue