Skip to content

Commit

Permalink
fixup! ci: check for unclean patches
Browse files Browse the repository at this point in the history
fix whitespace while applying
  • Loading branch information
burgerdev committed Nov 4, 2024
1 parent 6ae3bd1 commit e9d223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Actions Bot"
git am --no-3way ../contrast/packages/by-name/kata/kata-runtime/*.patch
git am --no-3way --whitespace=fix ../contrast/packages/by-name/kata/kata-runtime/*.patch
git format-patch -N --no-signature --zero-commit --full-index -o ../contrast/packages/by-name/kata/kata-runtime/ "${{ steps.kataversion.outputs.v }}"
- name: Check for diff
working-directory: contrast
Expand Down

0 comments on commit e9d223d

Please sign in to comment.