diff --git a/.github/workflows/python-app.yml b/.github/workflows/install-format-test.yml similarity index 94% rename from .github/workflows/python-app.yml rename to .github/workflows/install-format-test.yml index d3e2a4c..7bc2283 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/install-format-test.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: Format and Test +name: Install, Format, and Test on: push @@ -9,7 +9,7 @@ permissions: contents: read jobs: - test: + install-format-test: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest]