Skip to content

docs: add Pull Request Examples #14

docs: add Pull Request Examples

docs: add Pull Request Examples #14

Workflow file for this run

name: Lint Docker Compose
on:
push:
branches:
- main
pull_request:
jobs:
dclint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker-compose-linter/[email protected]
with:
path: .
recursive: true