From c023f8b46043081795473c5c52a1db7b5c766028 Mon Sep 17 00:00:00 2001 From: Nicholas Karlson Date: Sun, 9 Nov 2025 15:16:31 -0800 Subject: [PATCH] ci: fix YAML indentation for steps --- .github/workflows/ci.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b489b2a..d6162fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: pull_request: branches: [ main ] - jobs: test: runs-on: windows-latest # matches your local environment @@ -29,11 +28,10 @@ jobs: - name: Tiny Chapter 13 smoke run: make ch13-ci - - - name: Upload plots (artifact) - if: always() - uses: actions/upload-artifact@v4 - with: - name: ch13-plots - path: outputs/ - if-no-files-found: ignore \ No newline at end of file + - name: Upload plots (artifact) + if: always() + uses: actions/upload-artifact@v4 + with: + name: ch13-plots + path: outputs/ + if-no-files-found: ignore