Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bytebury/standard-deck
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello committed Jun 30, 2024
2 parents 40a8511 + fd30cd5 commit 6f2892b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:

- name: Test
run: go test

- name: Go coverage report
uses: ncruces/go-coverage-report@v0.3.0

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 🃏 standard-deck

[![Go Coverage](https://github.com/bytebury/standard-deck/wiki/coverage.svg)](https://raw.githack.com/wiki/bytebury/standard-deck/coverage.html)

A library to create, shuffle, and play with a Standard Deck of Playing Cards. Allows you to focus on the game's rules
while this library manages the deck itself.

Expand Down

0 comments on commit 6f2892b

Please sign in to comment.