From 39cc782a075c6beaeacca7689d777bbf1ba5dae0 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Tue, 24 Jun 2025 09:14:28 +0100 Subject: [PATCH] Tidy up actions table in README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 865045d..c4da914 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ Welcome to **Infrastructure Mapper**! This repository contains guidelines and co | Test | Description | |-----------|-------------| -| [![📃 License Checks ](https://github.com/kartoza/InfrastructureMapper/actions/workflows/LicenseChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/LicenseChecks.yml) | Check all files have license, copyright and attribution. | -|[![🏋🏽 PostGIS Load Test](https://github.com/kartoza/InfrastructureMapper/actions/workflows/LoadSchema.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/LoadSchema.yml) | Check that PostgreSQL / PostGIS fixtures load. | -|[![✏️ Markdown Checks ](https://github.com/kartoza/InfrastructureMapper/actions/workflows/MarkdownChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/MarkdownChecks.yml) | Check that all markdown files are well formed. | -|[![🐍 Python Checks ](https://github.com/kartoza/InfrastructureMapper/actions/workflows/PythonChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/PythonChecks.yml) | Python code QA checks. | -|[![⚒️ QA Checks ](https://github.com/kartoza/InfrastructureMapper/actions/workflows/QAChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/QAChecks.yml) | General codebase QA checks. | -|[![👁️ Spelling Checks ](https://github.com/kartoza/InfrastructureMapper/actions/workflows/SpellCheck.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/SpellCheck.yml) | Check spelling in all files containing text. | -|[![👨🏽 SQL Checks ](https://github.com/kartoza/InfrastructureMapper/actions/workflows/SQLChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/SQLChecks.yml) | Check that all SQL files | -|[![🗜️ Yaml Checks ](https://github.com/kartoza/InfrastructureMapper/actions/workflows/YamlChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/YamlChecks.yml) | Check that all yaml files are well formed. | +| [![📃 License Checks.....](https://github.com/kartoza/InfrastructureMapper/actions/workflows/LicenseChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/LicenseChecks.yml) | Check all files have license, copyright and attribution. | +|[![🏋🏽 PostGIS Load Test...](https://github.com/kartoza/InfrastructureMapper/actions/workflows/LoadSchema.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/LoadSchema.yml) | Check that PostgreSQL / PostGIS fixtures load. | +|[![✏️ Markdown Checks.....](https://github.com/kartoza/InfrastructureMapper/actions/workflows/MarkdownChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/MarkdownChecks.yml) | Check that all markdown files are well formed. | +|[![🐍 Python Checks.......](https://github.com/kartoza/InfrastructureMapper/actions/workflows/PythonChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/PythonChecks.yml) | Python code QA checks. | +|[![⚒️ QA Checks...........](https://github.com/kartoza/InfrastructureMapper/actions/workflows/QAChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/QAChecks.yml) | General codebase QA checks. | +|[![👁️ Spelling Checks.....](https://github.com/kartoza/InfrastructureMapper/actions/workflows/SpellCheck.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/SpellCheck.yml) | Check spelling in all files containing text. | +|[![👨🏽 SQL Checks..........](https://github.com/kartoza/InfrastructureMapper/actions/workflows/SQLChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/SQLChecks.yml) | Check that all SQL files | +|[![🗜️ Yaml Checks.........](https://github.com/kartoza/InfrastructureMapper/actions/workflows/YamlChecks.yml/badge.svg)](https://github.com/kartoza/InfrastructureMapper/actions/workflows/YamlChecks.yml) | Check that all yaml files are well formed. | This project consists of: