Skip to content

Commit

Permalink
ready to go
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Gasper committed May 26, 2020
1 parent 1d12382 commit b3697a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Readme

This is a github action that will run the [black python formatter](https://github.com/psf/black) on a PR, but only on the files changed in your PR. This helps avoid situations where one runs the formatter on an old code base and gets hundreds of files with warnings and hints. Entrypoint code is inspired by the excellent [typilus](https://github.com/typilus/typilus-action/blob/master/entrypoint.py)
This is a github action that will run the [black python formatter](https://github.com/psf/black) on a PR, but only on the files changed in your PR. This helps avoid situations where one runs the formatter on an old code base and gets hundreds of files with warnings and hints. Entrypoint code is inspired by the excellent [typilus](https://github.com/typilus/typilus-action/blob/master/entrypoint.py).

## Installation

To install, create a GitHub Actions Workflow:

```yaml
name: Black
name: Black Check

# Run action on PRs to master
on:
Expand Down

0 comments on commit b3697a5

Please sign in to comment.