diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml
index fec57c1..1a37d3d 100644
--- a/.github/workflows/api.yml
+++ b/.github/workflows/api.yml
@@ -9,6 +9,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
container: golang:1.16.6
+ timeout-minutes: 15
services:
postgres:
image: postgres:13-alpine
diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index 1377cfb..2f001ce 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -8,7 +8,7 @@ jobs:
client-build:
name: Build
runs-on: ubuntu-latest
-
+ timeout-minutes: 15
defaults:
run:
working-directory: ./client
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index a72aa0b..84c12f2 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -8,7 +8,7 @@ jobs:
client-build:
name: Client
runs-on: ubuntu-latest
-
+ timeout-minutes: 15
defaults:
run:
working-directory: ./client
@@ -63,6 +63,7 @@ jobs:
name: API
runs-on: ubuntu-latest
container: golang:1.16.6
+ timeout-minutes: 15
services:
postgres:
image: postgres:13-alpine
diff --git a/README.md b/README.md
index 0219129..a6caff8 100644
--- a/README.md
+++ b/README.md
@@ -54,25 +54,26 @@ See [CONTRIBUTING](./CONTRIBUTING.md) or README files on each project directory
* [Ronny Gunawan](https://github.com/ronnygunawan) for the caching concept & ideas
* [artileda](https://github.com/artileda) for the jokes submission
* [elianiva](https://github.com/elianiva) for solving my SvelteKit problems
+* [kokizzu](https://github.com/kokizzu) for the dependency injection concept & ideas
## License
Jokes Bapak2 API is licensed under [GNU GENERAL PUBLIC LICENSE v3 license](./LICENSE)
```
- Jokes Bapak2 API is a free-to-use image API of Indonesian dad jokes.
- Copyright (C) 2021-present Jokes Bapak2 Contributors
+Jokes Bapak2 API is a free-to-use image API of Indonesian dad jokes.
+Copyright (C) 2021-present Jokes Bapak2 Contributors
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
+You should have received a copy of the GNU General Public License
+along with this program. If not, see .
```
\ No newline at end of file