Skip to content

Commit

Permalink
Update d2-fmt.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger authored Oct 3, 2024
1 parent 522700d commit ee2309d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/d2-fmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,6 @@ jobs:
- name: D2 fmt
run: make fmt

# - name: Check diff
# run: |
# if ! git diff --quiet; then
# echo "There are formatting changes:"
# echo
# git diff
# exit 1
# fi

- name: Check for formatting changes
run: |
if ! git diff --quiet; then
Expand Down

0 comments on commit ee2309d

Please sign in to comment.