From 76905f1a406b0ef52164fe0c15f4c8b111d36ea8 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 9 Oct 2025 22:21:11 -0700 Subject: [PATCH] Updated name of lint workflow --- .github/workflows/python-ruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ruff.yml b/.github/workflows/python-ruff.yml index 0e46afc..bef7331 100644 --- a/.github/workflows/python-ruff.yml +++ b/.github/workflows/python-ruff.yml @@ -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://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Flake8 +name: Lint with Ruff on: push: