Skip to content

Commit

Permalink
Merge pull request #22 from hokkung/feat/fix-readme
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
hokkung authored Aug 29, 2024
2 parents 824e098 + 6f1a309 commit c792d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Auto assign PR to the author
uses: actions/github-script@v6
with:
github-token: ${{ secrets.WORK_FLOW_TOKEN }}
script: |
await github.rest.issues.addAssignees({
owner: context.repo.owner,
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This project is implemented by applying clean code architecture.
## Prerequisites
1. install Go
2. Install Wire [Official-Site](https://github.com/google/wire)
3. Install Mockgen [Official-Site](https://github.com/golang/mock)
3. Install MockGen [Official-Site](https://github.com/golang/mock)
4. Install GraphQL [Official-Site](https://gqlgen.com/getting-started)
---
## Getting Started
Expand Down

0 comments on commit c792d5b

Please sign in to comment.