Skip to content

feat(hdfs): hdfs fake install #1546 #22

feat(hdfs): hdfs fake install #1546

feat(hdfs): hdfs fake install #1546 #22

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Commit Message Check
on: [workflow_dispatch, push, pull_request]
jobs:
check-commit-message:
name: Check Commit Message
runs-on: ubuntu-latest
steps:
- name: Check Commit Message
uses: gsactions/commit-message-checker@v2
with:
pattern: '^(feat|fix|refactor|docs|test|style|chore)(\(.+\))?: .{1,100} #\d+$'
error: 'Commit message is not standard.'