From d90d805b7c53d5e58a8a07796aff4f5bebc334ff Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Fri, 20 Sep 2024 14:12:04 -0300 Subject: [PATCH] ci: add build check --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7a02f24..90d9a8fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: lint: - name: Lint + name: Compile / Lint / Build runs-on: ubuntu-latest steps: @@ -31,6 +31,9 @@ jobs: - name: Lint solidity and ts files run: yarn lint + - name: Lint solidity and ts files + run: yarn build + test: name: Test runs-on: ubuntu-latest