This repository demonstrates the stringly-typed GitHub Action - an AI-powered tool that validates UI strings against brand voice guidelines.
src/- Sample JavaScript/TypeScript files with UI stringscontent/- Sample markdown content.github/workflows/- GitHub Action workflow configurationSTYLE_GUIDE.md- Brand voice guidelines for validation
- Fork this repository
- Add your
OPENAI_API_KEYas a repository secret - Make changes to any file with strings
- Open a pull request and watch the action run!
The src/bad-examples.ts file contains intentional violations:
- Overly technical jargon
- Inconsistent tone
- Strings that are too long
The src/good-examples.ts file shows compliant strings.