close
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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@main
  with:
    token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}