This commit is contained in:
PAPAMICA
2022-05-17 10:43:21 +02:00
parent f6cf6e8a58
commit 931c5092be
2 changed files with 3 additions and 272 deletions

View File

@@ -4,7 +4,7 @@ on:
branches: [ master ]
workflow_dispatch:
jobs:
test:
check-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -16,7 +16,8 @@ jobs:
run: pip install yamllint
- name: Lint YAML files
run: yamllint --format github -d .github/workflows/conf_yaml ./composes-files/*
build:
generate-files:
needs: check-yaml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3