Skip to content

Commit

Permalink
Remove unwanted step from github formatting action
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Mar 12, 2024
1 parent e511228 commit c67bc36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
with:
commit_message: Apply Linting & Formatting Fixes

- name: Remove Linting Branch
run: |
if git rev-parse --verify linting >/dev/null 2>&1; then
git push origin --delete linting
fi
# - name: Remove Linting Branch
# run: |
# if git rev-parse --verify linting >/dev/null 2>&1; then
# git push origin --delete linting
# fi


0 comments on commit c67bc36

Please sign in to comment.