diff --git a/.github/workflows/python-app.yml b/.github/workflows/test-and-lint.yml similarity index 97% rename from .github/workflows/python-app.yml rename to .github/workflows/test-and-lint.yml index c71a2b0..c04892b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/test-and-lint.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: Test & Lint on: push: