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

feat(workflows): add Black code formatting workflow #83

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

Daethyra
Copy link
Owner

@Daethyra Daethyra commented Apr 3, 2024

  • Added a GitHub Actions workflow file to automate code formatting using Black on pull requests targeting the 'streamlit' branch.

This commit introduces a new GitHub Actions workflow file, 'black.yml', which triggers code formatting using Black when pull requests are made to the 'streamlit' branch. The workflow runs on an Ubuntu environment and utilizes the 'psf/black@stable' action to apply consistent code style to files within the 'freestream' directory.

- Added a GitHub Actions workflow file to automate code formatting using Black on pull requests targeting the 'streamlit' branch.

This commit introduces a new GitHub Actions workflow file, 'black.yml', which triggers code formatting using Black when pull requests are made to the 'streamlit' branch. The workflow runs on an Ubuntu environment and utilizes the 'psf/black@stable' action to apply consistent code style to files within the 'freestream' directory.
@Daethyra Daethyra enabled auto-merge April 3, 2024 02:40
@Daethyra Daethyra merged commit ff588aa into streamlit Apr 3, 2024
3 checks passed
@Daethyra Daethyra deleted the workflow/black branch April 3, 2024 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant