From 981dd001f01e5be8579dd5275df6a42bb91c4d6f Mon Sep 17 00:00:00 2001 From: sripwoud Date: Fri, 28 Jun 2024 11:49:41 +0200 Subject: [PATCH] fix: fix yml indentation --- .github/workflows/main.yml | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8957dc8..5b8bd57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,24 +22,24 @@ jobs: packages/**/*.{nr,toml} Nargo.toml - style: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20 - cache: yarn - - run: yarn - - run: yarn check + style: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 20 + cache: yarn + - run: yarn + - run: yarn check - test: - needs: changed-files - if: needs.changed-files.outputs.nr_any_changed == 'true' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: noir-lang/noirup@v0.1.3 - with: - toolchain: 0.26.0 - - run: nargo test + test: + needs: changed-files + if: needs.changed-files.outputs.nr_any_changed == 'true' + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: noir-lang/noirup@v0.1.3 + with: + toolchain: 0.26.0 + - run: nargo test