Holesky dev: change validatorsPerOperator limit to 565 (#279) #1306
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Solidity linter | |
on: | |
push: | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v1 | |
with: | |
node-version: '16.x' | |
- run: npm ci | |
env: | |
GH_TOKEN: ${{ secrets.github_token }} | |
- run: npx hardhat check |