From ddf1436b9888b8c76cf74eb649925718c3689ea1 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 17 Apr 2023 23:57:32 -0500 Subject: [PATCH] Reorder badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e1f389..747893b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # deploy-pages 🚀 -[![Check distributables](https://github.com/actions/deploy-pages/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/deploy-pages/actions/workflows/check-dist.yml) [![Check linter](https://github.com/actions/deploy-pages/actions/workflows/check-linter.yml/badge.svg)](https://github.com/actions/deploy-pages/actions/workflows/check-linter.yml) [![Checking formatting](https://github.com/actions/deploy-pages/actions/workflows/check-formatting.yml/badge.svg)](https://github.com/actions/deploy-pages/actions/workflows/check-formatting.yml) [![Run Tests](https://github.com/actions/deploy-pages/actions/workflows/test.yml/badge.svg)](https://github.com/actions/deploy-pages/actions/workflows/test.yml) [![CodeQL](https://github.com/actions/deploy-pages/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/deploy-pages/actions/workflows/codeql-analysis.yml) [![coverage](./badges/coverage.svg)](./badges/coverage.svg) +[![Linting](https://github.com/actions/deploy-pages/actions/workflows/check-linter.yml/badge.svg)](https://github.com/actions/deploy-pages/actions/workflows/check-linter.yml) [![Formatting](https://github.com/actions/deploy-pages/actions/workflows/check-formatting.yml/badge.svg)](https://github.com/actions/deploy-pages/actions/workflows/check-formatting.yml) [![Tests](https://github.com/actions/deploy-pages/actions/workflows/test.yml/badge.svg)](https://github.com/actions/deploy-pages/actions/workflows/test.yml) [![coverage](./badges/coverage.svg)](./badges/coverage.svg) [![Distributables](https://github.com/actions/deploy-pages/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/deploy-pages/actions/workflows/check-dist.yml) [![CodeQL](https://github.com/actions/deploy-pages/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/deploy-pages/actions/workflows/codeql-analysis.yml) This action is used to deploy [Actions artifacts][artifacts] to [GitHub Pages](https://pages.github.com/).