From 4f0eecc181ec89545b4e25e1829b284e8162087d Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Thu, 5 Jun 2025 15:18:13 -0400 Subject: [PATCH] Name GHA jobs so they can be used w/ branch protection rules (#2609) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80602648..efaa92a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ on: jobs: test: + name: Run tests and pre-commit hooks runs-on: ubuntu-latest # Service containers to run with `container-job` @@ -124,6 +125,7 @@ jobs: run: poetry run pytest tests fe-lint-build: + name: Frontend Lint and Build runs-on: ubuntu-latest defaults: run: