Skip to content

Commit c5ba9e9

Browse files
committed
pr-formatでPipfile.lockを正しい状態にする
1 parent ce713c0 commit c5ba9e9

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)