Skip to content

Commit

Permalink
fix(update.yml): update job name to clarify the purpose of the step
Browse files Browse the repository at this point in the history
feat(update.yml): add step to install ken all data from Japan Post for address lookup functionality
feat(dim.json): add ken_all data source to the list of available data sources for the DIM project
  • Loading branch information
ryo-ma committed Feb 18, 2024
1 parent dbfa98e commit 34d5406
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
run: chmod u+x /usr/local/bin/dim
- name: Init dim project
run: dim init
- name: Install data
- name: Install shinryoujo data
run: dim install -P https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000186912_00002.html -e ".pdf" -n "shinryoujo"
- name: Install ken all
run: dim install https://www.post.japanpost.jp/zipcode/dl/utf/zip/utf_ken_all.zip -p unzip -n "ken_all"
- name: Setup Python
uses: actions/setup-python@v1
with:
Expand Down
15 changes: 15 additions & 0 deletions dim-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,21 @@
"integrity": "84d3326233f1da0386618dba8bb7da101403c6d0",
"postProcesses": [],
"headers": {}
},
{
"name": "ken_all",
"url": "https://www.post.japanpost.jp/zipcode/dl/utf/zip/utf_ken_all.zip",
"path": "./data_files/ken_all/utf_ken_all.zip",
"catalogUrl": null,
"catalogResourceId": null,
"lastModified": "2024-01-31T07:50:20.000Z",
"eTag": null,
"lastDownloaded": "2024-02-18T10:24:16.659Z",
"integrity": "5fb0d5f96071c3648b42c7407c4ca71b7c7f1b23",
"postProcesses": [
"unzip"
],
"headers": {}
}
]
}
10 changes: 10 additions & 0 deletions dim.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,16 @@
"catalogResourceId": null,
"postProcesses": [],
"headers": {}
},
{
"url": "https://www.post.japanpost.jp/zipcode/dl/utf/zip/utf_ken_all.zip",
"name": "ken_all",
"catalogUrl": null,
"catalogResourceId": null,
"postProcesses": [
"unzip"
],
"headers": {}
}
]
}

0 comments on commit 34d5406

Please sign in to comment.