Skip to content

fix: optimize mint fee distribution and add zero fee check #521

fix: optimize mint fee distribution and add zero fee check

fix: optimize mint fee distribution and add zero fee check #521

Workflow file for this run

name: Solhint Check
on:
push:
branches:
- main
pull_request:
jobs:
solhint:
name: Run Solhint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bunx solhint 'contracts/**/*.sol'