-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[DOCS] Fix lack of formatting in actions.py #10918
[DOCS] Fix lack of formatting in actions.py #10918
Conversation
✅ Deploy Preview for niobium-lead-7998 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## develop #10918 +/- ##
===========================================
- Coverage 80.77% 80.77% -0.01%
===========================================
Files 465 465
Lines 40620 40620
===========================================
- Hits 32812 32811 -1
- Misses 7808 7809 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
As params does not support inline code blocks, some examples inside the paremeters are causing the styling to break. We decided to move that below into an examples section
Deploy preview links
EmailAction
SlackNotification
Screenshots
Before
After
invoke lint
(usesruff format
+ruff check
)For more information about contributing, visit our community resources.
After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!