From 73a853eb3d5e86f2dcfb66506d00394fdf1eec92 Mon Sep 17 00:00:00 2001 From: Gusarich Date: Sat, 13 Jul 2024 22:37:06 +0300 Subject: [PATCH] format --- .github/workflows/tact.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tact.yml b/.github/workflows/tact.yml index 3aac92391..d0692d612 100644 --- a/.github/workflows/tact.yml +++ b/.github/workflows/tact.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - + - name: Capture compiled stdlib if: runner.os != 'Windows' run: | @@ -51,7 +51,7 @@ jobs: yarn clean yarn gen yarn build - + - name: Verify fresh compiled stdlib if: runner.os != 'Windows' run: | @@ -63,7 +63,7 @@ jobs: echo "The stdlib.ts content does not match after compilation. Failing the workflow." exit 1 fi - + - name: Test Tact compiler run: | yarn coverage