Skip to content

remaining cross-cluster and staking explicit-EB flows, and update the… #2589

remaining cross-cluster and staking explicit-EB flows, and update the…

remaining cross-cluster and staking explicit-EB flows, and update the… #2589

Workflow file for this run

name: Solidity linter
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
name: Solidity linter
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
- run: npm ci
env:
GH_TOKEN: ${{ secrets.github_token }}
- run: npx solhint 'contracts/**/*.sol' --ignore-path .solhintignore