Skip to content

mainnet manifest

mainnet manifest #1503

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@v3
with:
node-version: '20.x'
- run: npm ci
env:
GH_TOKEN: ${{ secrets.github_token }}
- run: npx hardhat check