Skip to content

feat: modify referral fees #483

feat: modify referral fees

feat: modify referral fees #483

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'