fic zabbix-proxy

This commit is contained in:
PAPAMICA
2022-05-17 10:37:06 +02:00
parent 8c21de62c2
commit 491b8607fa
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint -d .github/workflows/conf_yaml ./composes-files/*
run: yamllint --format github -d .github/workflows/conf_yaml ./composes-files/*
build:
runs-on: ubuntu-latest
steps: