Skip to content

Example :: DCLint GitHub Action :: base action #17

Example :: DCLint GitHub Action :: base action

Example :: DCLint GitHub Action :: base action #17

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