From 6a52accbd6de65859052c2975ebcf3cf954c2249 Mon Sep 17 00:00:00 2001 From: poma Date: Tue, 2 Feb 2021 16:06:31 +0300 Subject: [PATCH] fix --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4c8fda..a024360 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,14 +12,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 12 - - run: yarn install - - run: cargo install zkutil - - run: yarn circuit - - run: yarn test - - run: yarn lint + - uses: actions/setup-node@v1 + with: + node-version: 12 + - run: yarn install + - run: cargo install zkutil + - run: yarn circuit + - run: yarn test + - run: yarn lint # - name: Telegram Failure Notification # uses: appleboy/telegram-action@0.0.7 # if: failure()