Skip to content

Commit 94c0989

Browse files
docs: tweak PR Compliance Action description in README.md
1 parent 96a63f6 commit 94c0989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ It sets up the following tooling for you:
3636
- [**Knip**](https://github.com/webpro/knip): Detects unused files, dependencies, and code exports.
3737
- [**Markdownlint**](https://github.com/DavidAnson/markdownlint): Static analysis for Markdown code.
3838
- [**pnpm**](https://pnpm.io): Disk-efficient package manager alternative.
39-
- [**PR Compliance Action**](https://github.com/mtfoley/pr-compliance-action): Checks PRs for compliance on chore such as addressing a linked issue and proper title formatting.
39+
- [**PR Compliance Action**](https://github.com/mtfoley/pr-compliance-action): Checks PRs for compliance such as addressing a linked issue and proper title formatting.
4040
- [**Prettier**](https://prettier.io): Opinionated formatting for code, run on file save and as a Git commit hook via [husky](https://typicode.github.io/husky) and [lint-staged](https://github.com/okonet/lint-staged).
4141
- [**release-it**](https://github.com/release-it/release-it): Generates changelogs, bumps the package version, and publishes to GitHub and npm based on [conventional commits](https://www.conventionalcommits.org).
4242
- [**Renovate**](https://docs.renovatebot.com): Keeps dependencies up-to-date with PRs, configured to wait a few days after each update for safety.

0 commit comments

Comments
 (0)