Skip to content

Commit

Permalink
Merge pull request #5 from Sean-Miningah/dev
Browse files Browse the repository at this point in the history
upload action workflow state
  • Loading branch information
Sean-Miningah authored Jul 27, 2024
2 parents 735d0fe + 8ac3976 commit 51c33cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ci-test

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Test Driven Development Approach to build a REST API in GO

To run the project you require go installed:

0 comments on commit 51c33cc

Please sign in to comment.