Skip to content

Commit

Permalink
CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari-h committed Nov 11, 2024
1 parent b4eac81 commit b67ab95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

Expand All @@ -34,3 +32,4 @@ jobs:
go test --run TestContentOperations
go test --run TestCommentOperations
go test --run TestLikeOperations
go test --run TestFollowerOperations
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Tapestry API reference: <https://tapestry.apidocumentation.com/reference>
- [x] get followers
- [x] get following
- [ ] Get a list of profiles in a user's network that also follow a given profile
- [ ] Get suggested profiles

- Contents
- [x] Get contents
Expand Down

0 comments on commit b67ab95

Please sign in to comment.