Skip to content

build(deps): Update alpine Docker tag to v3.21.2 #99

build(deps): Update alpine Docker tag to v3.21.2

build(deps): Update alpine Docker tag to v3.21.2 #99

Workflow file for this run

name: Commitlint
on:
push:
branches: [main]
tags:
- v*
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6.1.2
with:
configFile: './.commitlintrc.json'