Skip to content

Here's what's popular on GitHub today...

React Native logo

Popular topic

React Native is a JavaScript mobile framework developed by Facebook.

This recommendation was created by GitHub staff

Datree

Datree

The Datree app allows engineering teams to automatically identify errors in newly committed YAML configs, including k8s manifests, and prevent these misconfigurations from reaching production.

On app installation, a new PR is created for each connected repository with a workflow for YAML (schema) validation. If one of the scanned (yaml) files happens to be a K8s manifest file, Datree will also run a K8s schema validation and a policy check for preventing K8s misconfigurations.

This recommendation was created by GitHub staff

pre-commit ci

pre-commit ci

Developers spend a fair chunk of time during their development flow on fixing relatively trivial problems in their code. pre-commit.ci both enforces that these issues are discovered (which is opt-in for each developer's workflow via pre-commit) but also fixes the issues automatically, letting developers focus their time on more valuable problems.