UnlyEd / next-right-now

Flexible production-grade boilerplate with Next.js 11, Vercel and TypeScript. Includes multiple opt-in presets using Storybook, Airtable, GraphQL, Analytics, CSS-in-JS, Monitoring, End-to-end testing, Internationalization, CI/CD and SaaS B2B multi single-tenancy (monorepo) support
https://unlyed.github.io/next-right-now/
MIT License
1.26k stars 111 forks source link

Add Qodana (QA by JetBrains) using GitHub Actions #387

Open Vadorequest opened 2 years ago

Vadorequest commented 2 years ago

https://lp.jetbrains.com/qodana/

Watch the video, the last sections show how integrate Qodana with GHA. Not sure if it's free of use, but might be a good complement/alternative to CodeClimate.

CodeClimate only watches a single branch (in free plan), while Codana might watch all branches.

This is a suggestion, not sure if we want to do it, requires more analysis.