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

fix(deps): update module google.golang.org/grpc to v1.57.0 #15

fix(deps): update module google.golang.org/grpc to v1.57.0

fix(deps): update module google.golang.org/grpc to v1.57.0 #15

# 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