We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1f9316 + 255969f commit 8ab3b5dCopy full SHA for 8ab3b5d
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