Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Added Queries and Mutations for Favourites (#67)
Browse files Browse the repository at this point in the history
* Fixed mediaItem creationTime issue

* This closes #60. Added queries and mutations for favourites

* Fixed linter issues

* Skip build cache for api workflow

* Updated favourite to be part of mediaItem
  • Loading branch information
prabhuomkar authored Nov 6, 2021
1 parent 7dc7310 commit 61161e9
Show file tree
Hide file tree
Showing 7 changed files with 336 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
with:
version: latest
working-directory: api
skip-build-cache: true
- run: make generate
- run: make build
5 changes: 5 additions & 0 deletions api/.golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
run:
skip-dirs:
- internal/graph/generated
linters:
enable-all: true
disable:
Expand All @@ -10,6 +13,8 @@ linters:
- dupl
- funlen
- cyclop
- varnamelen
- ireturn
linters-settings:
lll:
line-length: 140
Expand Down
Loading

0 comments on commit 61161e9

Please sign in to comment.