Skip to content

Commit

Permalink
Update and rename go.yml to build-go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielewood authored Jun 5, 2022
1 parent f066605 commit ab5dd9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml → .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Check Build
on:
push:
paths:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
build:
name: Build
name: Build Go
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -40,4 +40,3 @@ jobs:

- name: Test Regex - Ends with 'SSH', insensitive
run: go run -v ./... --insensitive --regex "SSH$"

0 comments on commit ab5dd9a

Please sign in to comment.