Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed Jan 15, 2025
1 parent 9e20c62 commit e5ea74e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true

- name: Restore cache of data
Expand Down
1 change: 1 addition & 0 deletions bin/zengin
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require 'moji'
require 'romaji'
require 'oj'
require 'yaml'
require 'digest/md5'

class ZenginCLI < Thor
include Thor::Invocation
Expand Down

0 comments on commit e5ea74e

Please sign in to comment.