File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -214,14 +214,14 @@ jobs:
214214
215215 # Try to automatically patch the VeriFast proofs
216216 pushd verifast-proofs
217- ./patch-verifast-proofs.sh
218- if ! git diff --quiet; then
219- git -c user.name=gitbot -c user.email=git@bot \
220- commit . -m "Update VeriFast proofs"
221- else
222- # The original files have not changed; no updates to the VeriFast proofs are necessary.
223- true
224- fi
217+ ./patch-verifast-proofs.sh
218+ if ! git diff --quiet; then
219+ git -c user.name=gitbot -c user.email=git@bot \
220+ commit . -m "Update VeriFast proofs"
221+ else
222+ # The original files have not changed; no updates to the VeriFast proofs are necessary.
223+ true
224+ fi
225225 popd
226226
227227 - name : Create Pull Request without conflicts
You can’t perform that action at this time.
0 commit comments