Skip to content

Latest commit

 

History

History
 
 

check-commit-format

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Check commit format GitHub Action

An action that checks that a pull request's commits follow Homebrew's commit style guidelines.

Usage

- name: Check commit style
  uses: Homebrew/actions/check-commit-format@master
  with:
    token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}