We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce713c0 commit c5ba9e9Copy full SHA for c5ba9e9
1 file changed
.github/workflows/pr-format.yml
@@ -58,6 +58,7 @@ jobs:
58
- name: Install dependencies
59
run: |
60
pipenv install --dev
61
+ pipenv lock
62
# autopep8でformatする
63
# --exit-codeをつけることで、autopep8内でエラーが起きれば1、差分があれば2のエラーステータスコードが返ってくる。正常時は0が返る
64
- name: Format files
0 commit comments