commitlint-github-action
commitlint-github-action copied to clipboard
Lints Pull Request commits with commitlint
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Since recently ([6.1.2](https://github.com/wagoid/commitlint-github-action/releases/tag/v6.1.2)?) the actions fails because of a commit outside of the branch. It seems the commit in question is the last of the base branch (As the stash...
I have workflow of this ``` name: PR Checks on: pull_request: branches: - main types: - labeled - unlabeled - opened - synchronize - reopened permissions: contents: read pull-requests: read...