Skip to content

Commit

Permalink
fix: fix yml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jun 28, 2024
1 parent b941e77 commit 981dd00
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 981dd00

Please sign in to comment.