From 8ae42cb4484b8810567833f5de527636202783a2 Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Sun, 15 Sep 2019 22:47:23 -0400 Subject: [PATCH] Added pycodestyle action Added a Github action to the list which leaves a comment on the PR with pycodestyle violations. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4c91fc..b9cf3e0 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Node.js - Automatically run the `format` and/or `lint` script used by the package](https://github.com/MarvinJWendt/run-node-formatter) - [Continuous Benchmarking and Benchmark Visualization for Go](https://github.com/bobheadxi/gobenchdata) - [Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint) +- [PyCodeStyle Action - A Github Action that leaves a comment on your PR with pycodestyle (autopep8) feedback](https://github.com/ankitvgupta/pycodestyle-action) ### Pull Requests