Giter Club home page Giter Club logo

hooks's Introduction

Hooks

Repository for git hooks and related GitHub actions.

Git Hooks

Reference: Git Hooks

GitHub Actions

Reference: GitHub Actions

Actions

Currently, the following actions are available to be used in workflows (alphabetical order):

Commit Validation

This action validates the commit message format and the commit message body using Commitizen.

You can check the Commitizen configuration to see the expected commit message format. Simply put, the commit message should follow the Conventional Commits specification:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Where type is one of the following:

  • feat: A new feature.
  • fix: A bug fix.
  • docs: Documentation only changes.
  • style: Code style changes (formatting, missing semi-colons, etc.)
  • refactor: A code change that neither fixes a bug nor adds a feature.
  • perf: A code change that improves performance.
  • test: Adding missing tests or correcting existing tests.
  • build: Changes that affect the build system or external dependencies.
  • ci: Changes to our CI configuration files and scripts.
  • chore: Other changes that don’t modify src or test files.
  • revert: Reverts a previous commit.

The other fields are optional and their usage should be agreed upon by the team.

hooks's People

Contributors

augustofkl avatar dependabot[bot] avatar

Watchers

 avatar

hooks's Issues

Remove unused/heavy dependencies

Currently there are several Rust dependencies not used or that are quite heavy (e.g., clap or serde). The idea is to remove unused dependencies and, from now on, avoid adding really heavy dependencies if there's not a massive need for them.

This is intended to be a first step around studying/avoiding heavy compilation times.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.