Skip to content

fix(docker): Update Docker deps to canonical distro package name #641

fix(docker): Update Docker deps to canonical distro package name

fix(docker): Update Docker deps to canonical distro package name #641

Workflow file for this run

name: Commitlint
on: [ push, pull_request ]
jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run ‘commitlint’ linter
uses: wagoid/commitlint-github-action@v2
with:
configFile: '.commitlintrc.yml'