git pull & then push

This commit is contained in:
Krishna Vedala 2020-05-29 19:24:24 -04:00
parent e7bc4e2619
commit fed47f610c

View File

@ -54,4 +54,4 @@ jobs:
line3: "AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false,"
line4: "ColumnLimit: 80, AccessModifierOffset: -3 }"
- name: Git Push
run: git push
run: git pull && git push