Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis committed Nov 13, 2024
1 parent f8feb74 commit 785ea16
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/aderyn-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,11 @@ jobs:
echo "$HOME/.cyfrin/bin" >> $GITHUB_PATH
export PATH="$HOME/.cyfrin/bin:$PATH"
# Install Aderyn
cyfrinup
# Ensure aderyn is in PATH
export PATH="$HOME/.local/bin:$PATH"
# Run analysis and generate report
$HOME/.cyfrin/bin/aderyn --no-snippets --highs-only --output report.md
# Display the report content
echo "Aderyn Analysis Report:"
cat report.md
aderyn --no-snippets --highs-only --output report.md
- name: Find Comment
uses: peter-evans/find-comment@v2
Expand Down

0 comments on commit 785ea16

Please sign in to comment.