Skip to content

Commit

Permalink
fix(workflow): add newline at EOF in sync-labels.yml
Browse files Browse the repository at this point in the history
Ensure consistent file formatting by adding a newline at the end
of the sync-labels.yml file. This change improves compatibility
with various tools and follows best practices for file formatting.
  • Loading branch information
YidiDev committed Oct 5, 2024
1 parent ab04a9e commit 2673c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
# Update the labels using the create-or-update-label action
gh label create "$name" --color "$color" --description "$description" || gh label edit "$name" --color "$color" --description "$description"
done
done

0 comments on commit 2673c50

Please sign in to comment.