Skip to content

Commit

Permalink
Merge pull request #85 from yamap55/patch-1
Browse files Browse the repository at this point in the history
fix: correct incorrect link URL in README.md
  • Loading branch information
shmokmt authored Dec 4, 2024
2 parents 1fe819b + 0a86876 commit 09d4b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ Contains all the files that would be changed by black.

## Format your code

This action is meant to annotate any possible changes that would need to be made to make your code adhere to the [black formatting guidelines](github.com/psf/black). It does not apply these changes to your codebase. If you also want to apply the changes to your repository, you can use the [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester). You can find examples of how this is done can be found in [rickstaa/action-black](https://github.com/rickstaa/action-black/)
This action is meant to annotate any possible changes that would need to be made to make your code adhere to the [black formatting guidelines](https://github.com/psf/black). It does not apply these changes to your codebase. If you also want to apply the changes to your repository, you can use the [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester). You can find examples of how this is done can be found in [rickstaa/action-black](https://github.com/rickstaa/action-black/)

0 comments on commit 09d4b3a

Please sign in to comment.