From de119fadc1cf67342e22d40ac0b05122dd06a4c6 Mon Sep 17 00:00:00 2001 From: Dalton Date: Sat, 10 Feb 2024 16:45:42 -0600 Subject: [PATCH] Update and rename python-app.yml to install-format-test.yml --- .github/workflows/{python-app.yml => install-format-test.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{python-app.yml => install-format-test.yml} (94%) 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]