Skip to content

Commit

Permalink
Don't commit crave in format.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Nov 23, 2023
1 parent 450fb09 commit fe6272f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Push
run: |
if [ -n "$(git status --porcelain)" ]; then
git commit . -m "Apply 'make format'" &&
git add . :!crave &&
git commit -m "Apply 'make format'" &&
git push origin
fi

0 comments on commit fe6272f

Please sign in to comment.