2 Repos
Automated security and package checks executed before code is pushed to a remote repository.
Distinct from Automated Capability Checks: Occurs at the push stage of the workflow, whereas capability checks are general development lifecycle integrations.
Explore 2 awesome GitHub repositories matching web development · Pre-push Validations. Refine with filters or upvote what's useful.
This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of
Runs security audits and package checks across specific tags before pushing code to remote repositories.
Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali
Executes test suites and security scans during the pre-push phase to block unstable code from reaching remotes.