Skip to content

feat: implementation of AlwaysRouteFilteringStrategy (#140) #115

feat: implementation of AlwaysRouteFilteringStrategy (#140)

feat: implementation of AlwaysRouteFilteringStrategy (#140) #115

name: Lint commit
on:
push:
branches:
- main
jobs:
lint-commit-message:
name: Lint commit message
timeout-minutes: 1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./scripts/lint_commit_message.sh "${{ github.event.head_commit.message }}"
shell: bash