Skip to content

Conversation

@AfroTechBoss
Copy link
Contributor

The --check flag was removed to make the CI workflow actually format the code rather than just checking the formatting. This ensures consistent code style across the codebase.


Key points about this commit message:
1. Type is `ci` since it's modifying a GitHub workflow file
2. No scope needed as it's clear from context
3. Description explains what changed (removed --check flag) and why (to actually format code)
4. Body provides additional context about ensuring consistent code style
5. Ignores the bash.exe.stackdump file as it appears to be an accidental crash dump that shouldn't be committed


### Related Issues
- Closes #112 

The --check flag was removed to make the CI workflow actually format the code rather than just checking the formatting. This ensures consistent code style across the codebase.
```

Key points about this commit message:
1. Type is `ci` since it's modifying a GitHub workflow file
2. No scope needed as it's clear from context
3. Description explains what changed (removed --check flag) and why (to actually format code)
4. Body provides additional context about ensuring consistent code style
5. Ignores the bash.exe.stackdump file as it appears to be an accidental crash dump that shouldn't be committed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AfroTechBoss delete this file

@jimenezz22
Copy link
Contributor

jimenezz22 commented Jun 2, 2025

@AfroTechBoss Why did you upload this file? It looks very strange and a bit malicious

@AfroTechBoss
Copy link
Contributor Author

@AfroTechBoss Why did you upload this file? It looks very strange and a bit ma

@AfroTechBoss AfroTechBoss reopened this Jun 2, 2025
@AfroTechBoss
Copy link
Contributor Author

AfroTechBoss commented Jun 2, 2025

@AfroTechBoss Why did you upload this file? It looks very strange and a bit malicious

Hi @coxmars
The bash.exe.stackdump file is a debugging tool generated when the bash.exe process crashes, usually in a Windows environment using tools like Cygwin or MinGW. It contains a snapshot of the program's call stack at the moment of the crash, which helps developers diagnose the cause of the issue.
I didn't know I pushed along with the main changes. sorry about that.

I have removed it and pushed again.

The file appears to be a crash dump that was accidentally committed and is not needed in the repository. Removing it helps keep the repository clean.
@coxmars
Copy link
Contributor

coxmars commented Jun 2, 2025

@AfroTechBoss Why did you upload this file? It looks very strange and a bit malicious

Hi @coxmars The bash.exe.stackdump file is a debugging tool generated when the bash.exe process crashes, usually in a Windows environment using tools like Cygwin or MinGW. It contains a snapshot of the program's call stack at the moment of the crash, which helps developers diagnose the cause of the issue. I didn't know I pushed along with the main changes. sorry about that.

I have removed it and pushed again.

Do not worry, thanks for the explanation sir 🫡

@coxmars coxmars merged commit f6900c8 into AkatsukiLabs:main Jun 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants