Skip to content

Add professional DevOps pipeline#5

Open
jasonmatthewsuhari wants to merge 3 commits intomainfrom
codex/devops
Open

Add professional DevOps pipeline#5
jasonmatthewsuhari wants to merge 3 commits intomainfrom
codex/devops

Conversation

@jasonmatthewsuhari
Copy link
Copy Markdown
Owner

Closes #4

Summary

Adds a professional DevOps baseline for Fluent:

  • CI quality gates for typecheck, ESLint, JSX accessibility linting, Markdown linting, Prettier, production build, and high-severity production dependency audits.
  • CodeQL, Dependency Review, OpenSSF Scorecard, and Dependabot.
  • Nightly release workflow for unsigned pre-alpha Windows, macOS, and Linux artifacts.
  • CodeRabbit configuration for assertive accessibility, automation safety, security, privacy, and workflow review.
  • Development, DevOps, and release documentation.
  • Missing src/styles.css so the app can actually build.

Verification

  • npm run check
  • npm run package
  • npm run dist

Notes

CodeRabbit still needs the GitHub App enabled for the repository before reviews will run.
Nightly artifacts are unsigned and intended for testing only.

@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@jasonmatthewsuhari jasonmatthewsuhari enabled auto-merge (squash) April 25, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set up professional DevOps and nightly release pipeline

2 participants