Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
bxmmm1 committed Oct 25, 2024
1 parent f19c687 commit 463476d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/mainnet-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,22 @@ jobs:

- name: Codespell
uses: codespell-project/actions-codespell@v2.0
with: no hello
with:
path: mainnet-contracts
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

0 comments on commit 463476d

Please sign in to comment.