Updates the CI/CD pipeline configuration to enforce markdown linting failures.
Adds the FAIL_ON_ERROR: true environment variable to the Lint Code Base step in the .github/workflows/ci-cd-pipeline.yml file. This ensures that the build process will fail if there are any markdown linting errors, aligning with the objective to enforce stricter linting rules for markdown files.
Updates the CI/CD pipeline configuration to enforce markdown linting failures.
FAIL_ON_ERROR: true
environment variable to theLint Code Base
step in the.github/workflows/ci-cd-pipeline.yml
file. This ensures that the build process will fail if there are any markdown linting errors, aligning with the objective to enforce stricter linting rules for markdown files.For more details, open the Copilot Workspace session.