Skip to content

Commit

Permalink
Merge branch 'main' into ci/3925-with-linting-error
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored May 31, 2024
2 parents 1507de3 + 13cbab1 commit 3e0d94f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hardhat-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
needs: [packages]
name: Test ${{ matrix.package }} on ${{ matrix.runner }} with Node ${{ matrix.node_version }}
runs-on: ${{ matrix.runner }}
if: fromJSON(needs.packages.outputs.packages)
if: needs.packages.outputs.packages != '[]'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 2 additions & 0 deletions packages/hardhat-toolbox/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- 2024-05-30 -->

[![npm](https://img.shields.io/npm/v/@nomicfoundation/hardhat-toolbox.svg)](https://www.npmjs.com/package/@nomicfoundation/hardhat-toolbox) [![hardhat](https://hardhat.org/buidler-plugin-badge.svg?1)](https://hardhat.org)

# Hardhat Toolbox
Expand Down
2 changes: 2 additions & 0 deletions packages/hardhat-web3/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- 2024-05-30 -->

[![npm](https://img.shields.io/npm/v/@nomiclabs/hardhat-web3.svg)](https://www.npmjs.com/package/@nomiclabs/hardhat-web3) [![hardhat](https://hardhat.org/buidler-plugin-badge.svg?1)](https://hardhat.org)

# hardhat-web3
Expand Down

0 comments on commit 3e0d94f

Please sign in to comment.