From 9aa5ace7a652580b9f59ccd5601f82a18e5d2558 Mon Sep 17 00:00:00 2001 From: Dusan Nosovic Date: Wed, 17 Jul 2024 14:26:12 +0200 Subject: [PATCH] slither fix4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 338b7c97..96d3f2a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - uses: crytic/slither-action@v0.3.0 with: node-version: 18 - slither-args: "--compile-force-framework hardhat --filter-paths "BaseAccount.sol|BasePaymaster.sol"" + slither-args: "--compile-force-framework hardhat --filter-paths "accountAbstraction"" coverage: runs-on: ubuntu-latest steps: