Skip to content

fix: updating the commit checker #3

fix: updating the commit checker

fix: updating the commit checker #3

name: ConventionalCommitChecker
on: [pull_request, push]

Check failure on line 4 in .github/workflows/commit-checker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/commit-checker.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
- uses: taskmedia/[email protected]
with:
# token to access GitHub API to receive PR commits
# Default: ${{ github.token }}
token: ""
# skip merge commits
# Default: true
skip_merge: ""
# skip revert commits
# Default: true
skip_revert: ""
# allow different types in commit message
# Default: fix|feat|revert
types: ""