From 745cc08a304c08fd2e3ccaa30aaacbbe366d5ed9 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 7 Jun 2019 16:19:14 -0400 Subject: [PATCH] Indenting issues --- .github/main.workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/main.workflow.yml b/.github/main.workflow.yml index 18c72708..823d4be2 100644 --- a/.github/main.workflow.yml +++ b/.github/main.workflow.yml @@ -9,9 +9,9 @@ jobs: operating-system: [Linux, macOS, Windows] actions: - name: Set Node.js 10.x - uses: bryanmacfarlane/node-config@master - with: - version: 10.x + uses: bryanmacfarlane/node-config@master + with: + version: 10.x - name: npm ci run: npm ci