diff --git a/.github/workflows/action-check-pep8.yml b/.github/workflows/check-python-style.yml similarity index 92% rename from .github/workflows/action-check-pep8.yml rename to .github/workflows/check-python-style.yml index ca674ef4d..e7fa50b1e 100644 --- a/.github/workflows/action-check-pep8.yml +++ b/.github/workflows/check-python-style.yml @@ -1,4 +1,4 @@ -name: Check Python code conforms to PEP-8 +name: Check Python style on: # Triggers the workflow on push or pull request events but only for the "master" branch