From 20382f0b6b4da3d0b8473586a5c988518979b571 Mon Sep 17 00:00:00 2001 From: AronisAt79 <45406504+AronisAt79@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:26:35 +0300 Subject: [PATCH] typos lints.yml --- .github/workflows/lints.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index 5290132917..d62e0741a6 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -60,8 +60,8 @@ jobs: key: lint-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Update ERC20 git submodule - run: git submodule update --init --recursive --checkout integration-tests/contracts/vendor/openzeppelin-contracts - - name: Cargo Build + run: git submodule update --init --recursive --checkout integration-tests/contracts/vendor/openzeppelin-contracts + - name: Cargo build uses: actions-rs/cargo@v1 with: command: build