Skip to content

feat: add zksync (#24) #132

feat: add zksync (#24)

feat: add zksync (#24) #132

Workflow file for this run

name: Main workflow
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
test-solidity:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
secrets: inherit
test-js:
uses: bgd-labs/github-workflows/.github/workflows/test-node.yml@main
if: github.event.pull_request.head.repo.full_name == github.repository
secrets: inherit