Skip to content

Commit

Permalink
update go workflow comment
Browse files Browse the repository at this point in the history
  • Loading branch information
austinEng authored Nov 7, 2023
1 parent 91b31d1 commit 4396819
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

# Workflow to build and run go tests
name: Go

on:
Expand All @@ -11,7 +9,7 @@ on:

jobs:

build:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4396819

Please sign in to comment.