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 785ea16 commit 709ca4c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/aderyn-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,12 @@ jobs:
run: |
# Install cyfrinup
curl -L https://raw.githubusercontent.com/Cyfrin/aderyn/dev/cyfrinup/install | bash
# Add cyfrinup and aderyn to PATH
echo "$HOME/.cyfrin/bin" >> $GITHUB_PATH
# echo "$HOME/.cyfrin/bin" >> $GITHUB_PATH
export PATH="$HOME/.cyfrin/bin:$PATH"
cyfrinup
# Ensure aderyn is in PATH
export PATH="$HOME/.local/bin:$PATH"
# export PATH="$HOME/.local/bin:$PATH"
aderyn --no-snippets --highs-only --output report.md
- name: Find Comment
Expand Down

0 comments on commit 709ca4c

Please sign in to comment.