From 512e8b647e98cce381cf749fb0978913946eadae Mon Sep 17 00:00:00 2001 From: Preocts Date: Sat, 9 Aug 2025 15:10:32 -0400 Subject: [PATCH] Run format and lint checks in gha --- .github/workflows/python-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index db0c978..83a0e56 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -130,5 +130,5 @@ jobs: python-version: ${{ steps.settings.outputs.python_version }} enable-cache: true - - name: "Enforce strict type annotations with mypy" - run: "uvx nox --session lint" + - name: "Run linters and formatters" + run: "uvx nox --session format lint"