mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +01:00
fix cicd
This commit is contained in:
5
.github/workflows/cicd.yml
vendored
5
.github/workflows/cicd.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user