Skip to content

Commit

Permalink
nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
bxmmm1 committed Oct 25, 2024
1 parent 463476d commit b8fc0a6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/mainnet-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@ jobs:
check_hidden: true
check_filenames: true

- name: Semgrep
- uses: actions/checkout@v4
uses: actions/setup-python@v5
run: |
python -m pip install semgrep
export PATH="$HOME/.local/bin:$PATH"
echo "$ semgrep --version"
semgrep --version
semgrep --config ./semgrep-rules/
tests:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -124,4 +113,4 @@ jobs:
fail_ci_if_error: true
name: mainnet-contracts
files: "./lcov.info"
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b8fc0a6

Please sign in to comment.