From 8874c7df1dcdc3c373ecf223aaaaa61ac26e8ba4 Mon Sep 17 00:00:00 2001 From: zkbenny Date: Sun, 4 Feb 2024 13:16:42 +0800 Subject: [PATCH] fix ci bug --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e1d176..6b38971 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: npm ci - name: Lint check - run: npm lint + run: npm run lint - name: Compile contracts run: npm run compile - name: Test contracts