From 3395e4706475e065181ded995177bc0b5457a778 Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Wed, 12 Jan 2022 16:09:01 -0700 Subject: [PATCH] Fixed build badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5951b66..6c42a9a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SwiftFormat Rules for Bazel -[![Build](https://github.com/cgrindel/rules_swiftformat/actions/workflows/bazel.yml/badge.svg)](https://github.com/cgrindel/rules_swiftformat/actions/workflows/bazel.yml) +[![Build](https://github.com/cgrindel/rules_swiftformat/actions/workflows/ci.yml/badge.svg)](https://github.com/cgrindel/rules_swiftformat/actions/workflows/ci.yml) This repository contains Bazel rules and macros that will format Swift source files using [nicklockwood/SwiftFormat](https://github.com/nicklockwood/SwiftFormat), test that the formatted