From 27731747bb0ac5b39967e1deb68f07babe9b8f4a Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Thu, 30 May 2024 13:22:42 -0700 Subject: [PATCH] fix indent --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c600d2d..8a47428 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,10 @@ jobs: - ubuntu - windows steps: - - uses: actions/checkout@v4 - with: - repository: bazelbuild/examples - path: examples + - uses: actions/checkout@v4 + with: + repository: bazelbuild/examples + path: examples - uses: actions/checkout@v4 - uses: ./ - run: bazel build ...