Skip to content

Commit

Permalink
Update checker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatSoshiant committed Sep 12, 2024
1 parent b4a8f79 commit ae4d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ process_directory() {
fi

# Run the cargo stylus check command
check_output=$(cargo stylus check 2>&1)
check_output=$(cargo stylus check --no-verify 2>&1)

# Check if the command was successful
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit ae4d494

Please sign in to comment.