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