From efd4d6c0271220f6f73bd17509180283f538d6f4 Mon Sep 17 00:00:00 2001 From: Joe George Date: Fri, 19 Jan 2024 11:31:34 -0500 Subject: [PATCH] Update workflow names --- .github/workflows/ci.yml | 2 +- .github/workflows/whitespace.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4eb6610f923..009a2e4cf8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: ci +name: Build and test on: workflow_dispatch: diff --git a/.github/workflows/whitespace.yml b/.github/workflows/whitespace.yml index 1a42327718d..ff2548a08d7 100644 --- a/.github/workflows/whitespace.yml +++ b/.github/workflows/whitespace.yml @@ -1,4 +1,4 @@ -name: Whitespace Validation +name: Whitespace validation on: workflow_dispatch: @@ -10,7 +10,7 @@ on: jobs: whitespace-validation: - name: Whitespace Validation + name: Validate trailing whitespace and consecutive empty lines runs-on: ubuntu-latest steps: - name: Checkout repository