Skip to content

ci(deps): bump actions/checkout from 4 to 5 #21

ci(deps): bump actions/checkout from 4 to 5

ci(deps): bump actions/checkout from 4 to 5 #21

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@v5
- uses: docker-compose-linter/[email protected]
with:
path: .
recursive: true