Skip to content

chore(deps): bump github.com/docker/docker from 27.5.0+incompatible to 27.5.1+incompatible #1244

chore(deps): bump github.com/docker/docker from 27.5.0+incompatible to 27.5.1+incompatible

chore(deps): bump github.com/docker/docker from 27.5.0+incompatible to 27.5.1+incompatible #1244

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
with:
configFile: "./.github/commitlint.config.mjs"