From 6c0fb169eb53ba7611a5ed82c3230c3e4cc22f0d Mon Sep 17 00:00:00 2001 From: "Dr. Gernot Starke" Date: Thu, 2 Jan 2025 08:11:09 +0100 Subject: [PATCH] more fixes on badges on readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b060cd..4aa648a 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,16 @@ Helper (_minion_) for some mundane tasks with PDF documents, among others: [![Go Report Card](https://goreportcard.com/badge/github.com/arc42/pdfminion)](https://goreportcard.com/report/github.com/arc42/pdfminion) -[![Maintainability](https://api.codeclimate.com/v1/badges/c481ef8142826f71ff65/maintainability)](https://codeclimate.com/github/arc42/PDFminion/maintainability +[![Maintainability](https://api.codeclimate.com/v1/badges/c481ef8142826f71ff65/maintainability)](https://codeclimate.com/github/arc42/PDFminion/maintainability) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) #### new badges -[![Go CI](https://github.com/arc42/PDFminion/workflows/Go%20CI/badge.svg)](https://github.com/arc42/PDFminion/actions) +[![Go CI](https://github.com/arc42/PDFminion/workflows/golangci-lint.yml/badge.svg)](https://github.com/arc42/PDFminion/actions/golangci-lint.yml) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Farc42e%2FPDFminion.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Farc42%2FPDFminion) + [![codecov](https://codecov.io/gh/arc42/PDFminion/branch/main/graph/badge.svg)](https://codecov.io/gh/arc42/PDFminion) -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Farc42e%2FPDFminion.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Farc42%2FPDFminion) When creating multiple PDF documents, you often need to add page numbers, headers, footers, or combine multiple PDF files into a single file. PDFminion can do that for you - from a terminal and the command line, on MacOS, Linux and Windows platforms.