Skip to content

Commit

Permalink
ci: remove submodule reference in solhint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Nov 15, 2021
1 parent 582a20b commit 4ad7d61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mythx-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: 3.8

- name: Install node dependencies (including submodules)
- name: Install node dependencies
run: |
npm ci
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/solhint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Use Node.js '14.16.0'
uses: actions/setup-node@v2
Expand Down

0 comments on commit 4ad7d61

Please sign in to comment.