From 3f24bcfba06ef0f54a36079e125f1988fcd0816a Mon Sep 17 00:00:00 2001 From: Eshaan Bansal Date: Tue, 16 Jan 2024 16:17:40 +0530 Subject: [PATCH] add package.json --- .github/workflows/run-solhint.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-solhint.yaml b/.github/workflows/run-solhint.yaml index 8783275e..8843da0d 100644 --- a/.github/workflows/run-solhint.yaml +++ b/.github/workflows/run-solhint.yaml @@ -29,8 +29,7 @@ jobs: - name: Run solhint id: solhint run: | - cd solidity - npx solhint '*.sol' -f sarif > solhint.sarif + npx solhint 'solidity/*.sol' -f sarif > solhint.sarif # The following line prevents aborting the workflow immediately in case your files fail solhint checks. # This allows the following upload-sarif action to still upload the results. continue-on-error: true