From a57642e1a05926da54c7f70ccbd58d63b53b89f5 Mon Sep 17 00:00:00 2001 From: Aditya Sharad <6874315+adityasharad@users.noreply.github.com> Date: Wed, 1 Sep 2021 15:56:15 -0700 Subject: [PATCH] README: Minor formatting edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d0541af5..7383fb47f 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,8 @@ If you prefer to integrate this within an existing CI workflow, it should end up # Here is where you build your code - run: | - make bootstrap - make release + make bootstrap + make release - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1