This action validates all of the commit messages in a pull request
Required A newline separated file of the commit messages to check.
name: Lint pull request commits
on: pull_request
jobs:
commit_lint:
runs-on: ubuntu-16.04
steps:
- name: Lint PR commit messages
uses: skywire/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}