Skip to content

Test: supply with native and erc20 #10

Test: supply with native and erc20

Test: supply with native and erc20 #10

Workflow file for this run

name: Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit