From f9676343754bb2f2de971ac15db091ac44fec9f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Tue, 15 Oct 2024 19:22:32 +0200 Subject: [PATCH] add build badge to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7e91e98..98151a7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ +[![Build & Test on GitHub](https://github.com/swift-server/swift-openapi-lambda/actions/workflows/pull_request.yaml/badge.svg)](https://github.com/swift-server/swift-openapi-lambda/actions/workflows//pull_request.yaml) + + ![language](https://img.shields.io/badge/swift-5.9-blue) +![language](https://img.shields.io/badge/swift-5.10-blue) +![language](https://img.shields.io/badge/swift-6.0-blue) ![platform](https://img.shields.io/badge/platform-macOS-green) ![platform](https://img.shields.io/badge/platform-Linux-orange) [![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)