From 3d476ba2ac1e645054c94cf82354c8d9c13986da Mon Sep 17 00:00:00 2001 From: Molly Moen Date: Fri, 6 Dec 2024 14:24:17 -0800 Subject: [PATCH] rename script --- .../workflows/{python-package.yml => lint-test-packages.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{python-package.yml => lint-test-packages.yml} (97%) diff --git a/.github/workflows/python-package.yml b/.github/workflows/lint-test-packages.yml similarity index 97% rename from .github/workflows/python-package.yml rename to .github/workflows/lint-test-packages.yml index 2d7b681..68aecfc 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/lint-test-packages.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint. # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python package +name: Lint and Test Packages on: push: