This repository was archived by the owner on Sep 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Merged
Merge from master #669
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge pull request #662 from iKostanOrg/master
Merge from master
Merge pull request #665 from iKostanOrg/master
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 19 to 20. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v19...v20) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…-github/workflows/DavidAnson/markdownlint-cli2-action-20 Bump DavidAnson/markdownlint-cli2-action from 19 to 20 in /.github/workflows
Contributor
Reviewer's GuideThis merge updates CI configurations: it adds PyType checks for kyu4 and kyu5 in GitHub Actions, refines CircleCI test steps (including JUnit XML output and streamlined commands), bumps the markdownlint-action version, and standardizes branch definitions and workflow triggers across kyu2 workflows. Flowchart for Updated CircleCI Test Job Stepsgraph TD
A[Start] --> B["Checkout Code"];
B --> C["Install Python Packages (pip)"];
C --> D["Install pytest"];
D --> E["Show pytest version ('python -m pytest --version')"];
E --> F["Create 'test-results' folder ('mkdir', was 'sudo mkdir')"];
F --> G["Run tests with pytest (now includes verbose output and JUnit XML: '. -v --junitxml=test-results/test-results.xml')"];
G --> H["List test files in 'test-results/' (new step)"];
H --> I["Store test results from 'test-results/'"];
I --> J[End];
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
ikostan
added a commit
that referenced
this pull request
May 18, 2025
Merge pull request #669 from iKostanOrg/master
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
code quality
codewars
documentation
Improvements or additions to documentation
kyu_5
Markdown
Markdown rules violations
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Enhance CI workflows by adding new lint stages, refining CircleCI test steps, updating action versions, and normalizing workflow triggers
CI: