diff --git a/.github/workflows/python_package.yaml b/.github/workflows/test_and_lint.yaml similarity index 97% rename from .github/workflows/python_package.yaml rename to .github/workflows/test_and_lint.yaml index bf45db69..f15341dd 100644 --- a/.github/workflows/python_package.yaml +++ b/.github/workflows/test_and_lint.yaml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python package +name: Lint and test on: push: