From 61c840540dbe7247efada9a44420e94e8493d1d9 Mon Sep 17 00:00:00 2001 From: Sam Hirst Date: Thu, 27 Aug 2026 11:20:51 +0100 Subject: [PATCH] fix: re-indent commands in CONTRIBUTING.md guide --- CONTRIBUTING.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 36ca5cc161..4f7b9041db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,15 +79,15 @@ Before you submit your pull request consider the following guidelines: * Install [node](https://nodejs.org/en/) and [yarn](https://yarnpkg.com/). We use yarn to lint, test and build the lambdas. * Build your changes locally to ensure all the tests pass: - ```shell - cd lambdas - yarn install - yarn format - yarn lint - yarn test - yarn build - cd .. - ``` + ```shell + cd lambdas + yarn install + yarn format + yarn lint + yarn test + yarn build + cd .. + ``` * Push your branch to GitHub: