Skip to content

Commit 8ab3b5d

Browse files
authored
Merge pull request #913 from dev-hato/add_pipenv_lock
pr-formatでPipfile.lockを正しい状態にする
2 parents b1f9316 + 255969f commit 8ab3b5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Install dependencies
5959
run: |
6060
pipenv install --dev
61+
pipenv lock
6162
# autopep8でformatする
6263
# --exit-codeをつけることで、autopep8内でエラーが起きれば1、差分があれば2のエラーステータスコードが返ってくる。正常時は0が返る
6364
- name: Format files

0 commit comments

Comments
 (0)