Skip to content

Commit

Permalink
Merge pull request #28 from tomoish/fix-ci
Browse files Browse the repository at this point in the history
Fix ci
  • Loading branch information
tomoish authored Feb 2, 2024
2 parents 2627bb5 + 0e3cfdc commit 8024525
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Google Cloud
app.yaml
.gcloudignore

# mac
.DS_Store

Expand Down
3 changes: 2 additions & 1 deletion src/funcs/draw_user_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package funcs

import (
"bytes"
"github.com/fogleman/gg"
"strconv"

"github.com/fogleman/gg"
)

// GenerateGitHubStatsImage 関数はユーザー統計情報を受け取り、グラフィカルな表現を画像として生成します。
Expand Down
2 changes: 1 addition & 1 deletion src/funcs/get_user_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ func executeQuery(query, token string) ([]byte, error) {
}

return bodyBytes, nil
}
}
Binary file modified src/images/commits_history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8024525

Please sign in to comment.