Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

fix(deps): update github.com/doomshrine/testcontext digest to 2951ec5 #24

fix(deps): update github.com/doomshrine/testcontext digest to 2951ec5

fix(deps): update github.com/doomshrine/testcontext digest to 2951ec5 #24

# This workflow validate commit messages.
# It is supposed to be run only when:
# - the push is done to the main;
# OR
# - pull request is open to the main;
name: Lint commit messages
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
commitlint:
name: Lint commit messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5