Skip to content

Commit 3b51b94

Browse files
committed
Remove circleci config
1 parent e5ea74e commit 3b51b94

File tree

3 files changed

+2
-46
lines changed

3 files changed

+2
-46
lines changed

.circleci/config.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ZenginCode source data
22

3-
[![Circle CI](https://img.shields.io/circleci/project/zengin-code/source-data.svg)](https://circleci.com/gh/zengin-code/source-data)
3+
[![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)
44

55
Bank codes and Branch codes for Japanese.
66

bin/zengin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ZenginCLI < Thor
4444
md5_path = File.join(ROOT_DIR, 'data/md5')
4545

4646
src = File.read(csv)
47-
old_md5 = File.exists?(md5_path) ? File.read(md5_path).strip : ''
47+
old_md5 = File.exist?(md5_path) ? File.read(md5_path).strip : ''
4848
now_md5 = Digest::MD5.hexdigest(src)
4949

5050
if old_md5 != now_md5

0 commit comments

Comments
 (0)