Skip to content

fix(misc): add timeout and better handling for errors #9

fix(misc): add timeout and better handling for errors

fix(misc): add timeout and better handling for errors #9

Workflow file for this run

name: Commit message validation
on: pull_request
jobs:
commit-message-validation:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Commit message validation
uses: lumapps/commit-message-validator@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
no_jira: true