From ab5dd9a342bc2a8edccb26908ac407f14c74e74f Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Sat, 4 Jun 2022 23:00:08 -0600 Subject: [PATCH] Update and rename go.yml to build-go.yml --- .github/workflows/{go.yml => build-go.yml} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{go.yml => build-go.yml} (95%) diff --git a/.github/workflows/go.yml b/.github/workflows/build-go.yml similarity index 95% rename from .github/workflows/go.yml rename to .github/workflows/build-go.yml index f65337e..669b3ea 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/build-go.yml @@ -1,4 +1,4 @@ -name: Go +name: Check Build on: push: paths: @@ -10,7 +10,7 @@ on: jobs: build: - name: Build + name: Build Go runs-on: ubuntu-latest steps: @@ -40,4 +40,3 @@ jobs: - name: Test Regex - Ends with 'SSH', insensitive run: go run -v ./... --insensitive --regex "SSH$" -