Skip to content

Conversation

@Tarquinen
Copy link
Collaborator

Summary

  • Adds GitHub Actions workflow to validate PRs with type checking, build verification, and security audits
  • Ensures code quality and security before merging contributions

Checks Included

  • TypeScript type checking (npm run typecheck)
  • Build verification (npm run build)
  • Dependency security audit (blocks on high/critical vulnerabilities)

This workflow will run automatically on all pull requests and pushes to master.

@Tarquinen Tarquinen merged commit b5304e3 into master Nov 24, 2025
1 check passed
@Tarquinen Tarquinen deleted the add-ci-workflow branch November 24, 2025 18:47
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.

2 participants