From 513b99d26fc40e094ebf1106f1abf55ac8dee9ce Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 3 Nov 2024 11:18:17 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=F0=9F=8F=BB=20Restore=20Build,=20T?= =?UTF-8?q?est,=20and=20Lint=20name=20of=20pr-checks=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f3b73d5c..fd9713cf 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -3,7 +3,7 @@ # # https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables --- -name: pr-checks +name: Build, Test, and Lint on: pull_request: branches: [main]