Skip to content

chore(deps): bump github.com/docker/docker from 20.10.24+incompatible to 20.10.27+incompatible #32

chore(deps): bump github.com/docker/docker from 20.10.24+incompatible to 20.10.27+incompatible

chore(deps): bump github.com/docker/docker from 20.10.24+incompatible to 20.10.27+incompatible #32

Workflow file for this run

name: commitlint
on:
pull_request:
branches:
- master
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
with:
configFile: ".commitlintrc.yml"