Skip to content

Commit

Permalink
Renamed workflow and put badges next to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
OZoneGuy committed Oct 15, 2023
1 parent 5a799ea commit 783f3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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

name: Go
name: Tests

on:
push:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Common use go functions

[![Go Reference](https://pkg.go.dev/badge/github.com/OZoneGuy/go-misc-lib.svg)](https://pkg.go.dev/github.com/OZoneGuy/go-misc-lib)

![Tests](https://github.com/OZoneGuy/go-misc-lib/actions/workflows/test.yml/badge.svg)
[![Go Reference](https://pkg.go.dev/badge/github.com/OZoneGuy/go-misc-lib.svg)](https://pkg.go.dev/github.com/OZoneGuy/go-misc-lib) ![Tests](https://github.com/OZoneGuy/go-misc-lib/actions/workflows/test.yml/badge.svg)

A collection of functions that are not in the standard library that I want to have.

Expand Down

0 comments on commit 783f3ff

Please sign in to comment.