Skip to content
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

Added a workflow for code autoformatting #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jrzkaminski
Copy link
Contributor

This pull request introduces a new GitHub Actions workflow to automatically run the Black code formatter on push and pull request events. The most important change is the addition of the .github/workflows/black.yml file.

Automation and code formatting:

  • .github/workflows/black.yml: Added a new workflow configuration to run the Black code formatter using the rickstaa/action-black@v1.3.3 action on push and pull_request events.

@jrzkaminski jrzkaminski requested a review from nicl-nno December 24, 2024 13:29
@jrzkaminski jrzkaminski self-assigned this Dec 24, 2024
Copy link
Contributor

@DRMPN DRMPN left a comment

Choose a reason for hiding this comment

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

Я для Федота делал action с black по его документации.
Мне просто интересно, этот action лучше или хуже, чем официальный?

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