Skip to content

Commit

Permalink
Merge pull request #7 from rickstaa/rickstaa-readme-patch
Browse files Browse the repository at this point in the history
Adds reviewdog action to README
  • Loading branch information
rickstaa authored Aug 19, 2021
2 parents ddd6eca + 6ad4758 commit f7d43bb
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 @@ -5,7 +5,7 @@
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/rickstaa/action-black?logo=github\&sort=semver)](https://github.com/rickstaa/action-black/releases)
[![action-bumpr supported](https://img.shields.io/badge/bumpr-supported-ff69b4?logo=github\&link=https://github.com/haya14busa/action-bumpr)](https://github.com/haya14busa/action-bumpr)

This action runs the [black formatter](https://github.com/psf/black) to check/format your python code on a push or pull request.
This action runs the [black formatter](https://github.com/psf/black) to check/format your python code on a push or pull request. It is similar to [reviewdog/action-black](https://github.com/reviewdog/action-black) that can annotate the black changes required with [Reviewdog](https://github.com/reviewdog/reviewdog). However, this version also allows you to format the code using GitHub actions (see #advanced-use-cases).

## Quickstart

Expand Down

0 comments on commit f7d43bb

Please sign in to comment.