chore: Remove trailing whitespace on merge to develop (#523)

This commit is contained in:
Dennis Ploeger
2022-03-07 09:07:23 +01:00
committed by GitHub
parent 05ab30e62a
commit eae37707b2

View File

@@ -15,6 +15,9 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Remove trailing whitespace
run: |
find . -name ".gd$" -type f | xargs sed -i 's/[[:space:]]$//'
- name: Calculate version
id: calculate_version
uses: mathieudutour/github-tag-action@v5.6