Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-elileers committed Nov 19, 2024
1 parent abcf4a2 commit b56f415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/analyzer-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ CONTRACTSPWD="$(pwd)/"


################## Determine Foundry/Hardhat and scoped folder (arg 2, part 1) ##################
if [[ -f foundry.toml ]]; then
PROJECTSCOPE="src" # Foundry 'src' folder will be the scoped folder
elif [[ -f hardhat.config.ts ]]; then
PROJECTSCOPE="contracts" # Hardhat 'contracts' folder will be the scoped folder
Expand Down

0 comments on commit b56f415

Please sign in to comment.