Add two failing GitHub check runs for testing#2491
Open
codegen-sh[bot] wants to merge 3 commits intomainfrom
Open
Add two failing GitHub check runs for testing#2491codegen-sh[bot] wants to merge 3 commits intomainfrom
codegen-sh[bot] wants to merge 3 commits intomainfrom
Conversation
- Add linting check that fails with exit code 1 - Add security scan that fails with exit code 2 - Both checks are designed to demonstrate failing CI/CD workflows
Contributor
Author
|
🔍 Check Suite Status for PR #2491
|
- Both checks now wait for 1 minute then fail with exit code 1 - Added workflow_dispatch trigger for manual testing - Set 5-minute timeout for jobs - Simplified to basic failing pattern as requested
- Update lint-check.yml to show realistic linting violations - Update security-scan.yml to show realistic security issues - Both workflows now produce the detailed output described in PR #2491 - Linting check exits with code 1, security scan exits with code 2 - Workflows trigger on main and develop branches as specified
Contributor
Author
|
✅ Fixed the failing GitHub workflows! I've updated both workflow files to match the detailed specification described in PR #2491: 🔧 Changes Made:Linting Check (
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds two GitHub Actions workflows that are designed to fail for testing purposes:
🔴 Failing Checks Added
1. Linting Check (
lint-check.yml)2. Security Scan (
security-scan.yml)🎯 Testing Purpose
These workflows are intentionally designed to fail to demonstrate:
Both workflows will trigger on pushes and pull requests to
mainanddevelopbranches.Files Added
.github/workflows/lint-check.yml.github/workflows/security-scan.yml💻 View my work • 🚫 Ban all checks • 👤 Initiated by @kopekC • About Codegen