Slavi Pantaleev hace 4 años
padre
commit
ac60495166
Se han modificado 1 ficheros con 0 adiciones y 22 borrados
  1. +0
    -22
      .github/workflows/ansible-lint.yml

+ 0
- 22
.github/workflows/ansible-lint.yml Ver fichero

@@ -1,22 +0,0 @@
name: Ansible Lint

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@c37fb7b4bda2c8cb18f4942716bae9f11b0dc9bc
with:
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
targets: "./"

override-deps: |
ansible-lint==5.3.1

args: "-x metadata, formatting"

Cargando…
Cancelar
Guardar