-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a CI to check the format of the code #82
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
Priority: High
The Issue must be addressed as soon as possible
repo issue
An issue that address the whole project/repo not a specific code feature
Comments
amtoine
added
enhancement
New feature or request
help wanted
Extra attention is needed
repo issue
An issue that address the whole project/repo not a specific code feature
labels
Mar 28, 2023
That would be sooooo cool |
that's a must have 👍 |
atxr
added a commit
to atxr/iscsc.fr
that referenced
this issue
Mar 30, 2023
atxr
added a commit
to atxr/iscsc.fr
that referenced
this issue
Mar 30, 2023
amtoine
changed the title
add a CI to format the code
add a CI to chek the format of the code
Mar 30, 2023
i've updated the issue title and description 👍 sorry i was in a rush yesterday... |
atxr
changed the title
add a CI to chek the format of the code
add a CI to check the format of the code
Mar 31, 2023
atxr
added a commit
to atxr/iscsc.fr
that referenced
this issue
Apr 2, 2023
ctmbl
pushed a commit
that referenced
this issue
Apr 3, 2023
* add a CI to format the code Fixes #82 * Fix typo in the folder name * Check instead of write * Switch to 4.3 to fix a bug * Add prettier config to the project * Add quotes Without quotes, the path is not recursive (only of depth 1) * Format files * Rename action * Remove quotes * Remove dry run * Test CI * Revert last commit after successful test * Fix issue with formatting when reverting test commit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
Priority: High
The Issue must be addressed as soon as possible
repo issue
An issue that address the whole project/repo not a specific code feature
cc/ @atxr
about the question in #78 and the change request in #81.
@atxr, could you add a very simple CI in
.github/workflows/
toformatcheck the format of the code base withprettier
? 😋EDIT: the CI should fail if the format is not good. the CI should not try to commit on top of a PR branch if the format is bad.
The text was updated successfully, but these errors were encountered: