Skip to content

Commit

Permalink
Remove circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed Jan 15, 2025
1 parent e5ea74e commit 3b51b94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
44 changes: 0 additions & 44 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZenginCode source data

[![Circle CI](https://img.shields.io/circleci/project/zengin-code/source-data.svg)](https://circleci.com/gh/zengin-code/source-data)
[![update](https://github.com/zengin-code/source-data/actions/workflows/update.yml/badge.svg)](https://github.com/zengin-code/source-data/actions/workflows/update.yml)

Bank codes and Branch codes for Japanese.

Expand Down
2 changes: 1 addition & 1 deletion bin/zengin
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ZenginCLI < Thor
md5_path = File.join(ROOT_DIR, 'data/md5')

src = File.read(csv)
old_md5 = File.exists?(md5_path) ? File.read(md5_path).strip : ''
old_md5 = File.exist?(md5_path) ? File.read(md5_path).strip : ''
now_md5 = Digest::MD5.hexdigest(src)

if old_md5 != now_md5
Expand Down

0 comments on commit 3b51b94

Please sign in to comment.