You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @chrisgreg , seeing as this is a repository that shares common goals with shadcn's library — code ownership for the users, I think it would be a good idea to ensure that the code in this repository is always formatted before publishing.
Therefore, I propose adding a CI step that looks something like this as part of the build or publish job:
# Step: Check that the checked in code has already been formatted.# This step fails if something was found unformatted.
- name: Check Formattingrun: mix format --check-formatted
What do you think?
The text was updated successfully, but these errors were encountered:
Hi @chrisgreg , seeing as this is a repository that shares common goals with shadcn's library — code ownership for the users, I think it would be a good idea to ensure that the code in this repository is always formatted before publishing.
Therefore, I propose adding a CI step that looks something like this as part of the build or publish job:
What do you think?
The text was updated successfully, but these errors were encountered: