From 40a5ec3dbb3a89213b4942c16a13395c48e48e77 Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Sat, 23 Mar 2024 11:36:56 +0000 Subject: [PATCH] Add pre-commit.ci. Solves #222. --- docs/pages/ci.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/pages/ci.md b/docs/pages/ci.md index 9162a975..8aee5f37 100644 --- a/docs/pages/ci.md +++ b/docs/pages/ci.md @@ -5,12 +5,13 @@ layout: default # Continuous integration -| Name | Short description | 🚦 | -| ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | :-: | -| [GitHub Actions](https://docs.github.com/en/actions) | Continuous integration and continuous delivery platform (integrated with GitHub). | 🟢 | -| [AppVeyor](https://www.appveyor.com/docs/) | Continuous integration and continuous delivery platform. | 🟠 | -| [Bamboo](https://confluence.atlassian.com/bamboo/bamboo-documentation-289276551.html) | Atlassian continuous integration and continuous delivery platform. | 🟠 | -| [Travis CI](https://docs.travis-ci.com/) | Continuous integration and continuous delivery platform. | 🟠 | +| Name | Short description | 🚦 | +| ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | :-: | +| [GitHub Actions](https://docs.github.com/en/actions) | Continuous integration and continuous delivery platform (integrated with GitHub). | 🟢 | +| [AppVeyor](https://www.appveyor.com/docs/) | Continuous integration and continuous delivery platform. | 🟠 | +| [Bamboo](https://confluence.atlassian.com/bamboo/bamboo-documentation-289276551.html) | Atlassian continuous integration and continuous delivery platform. | 🟠 | +| [Travis CI](https://docs.travis-ci.com/) | Continuous integration and continuous delivery platform. | 🟠 | +| [pre-commmit.ci](https://pre-commit.ci/) | A bot that adds a pre-commit job to your GitHub Actions CI, and can automatically fix most trivial linting failures. Free for open-source projects. | 🟢 |
🟢 explanation