From 7c3f5f483395108ed691b534fc5eada46d3a934f Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 14 Oct 2019 16:12:27 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efc6135..c0b853d 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ jobs: ### Example usage with "on: pull_request" workflows -The following is an example workflow for a use-case where [autopep8 action](https://github.com/peter-evans/autopep8) runs as both a check on pull requests and raises a further pull request to apply code fixes. This is a pattern that would work well for any automated code-linting and fixing. +The following is an example workflow for a use-case where [autopep8 action](https://github.com/peter-evans/autopep8) runs as both a check on pull requests and raises a further pull request to apply code fixes. This is a pattern that would work well for any automated code linting and fixing. How it works: