Skip to content

feat: add testnet base sepolia lido market #613

feat: add testnet base sepolia lido market

feat: add testnet base sepolia lido market #613

name: Test & alpha release
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
on:
pull_request:
jobs:
test-solidity:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@ea41920d7c7c656823137da415d1e3f59bf064bf # pin@main
secrets: inherit
test-js:
uses: bgd-labs/github-workflows/.github/workflows/test-node.yml@ea41920d7c7c656823137da415d1e3f59bf064bf # pin@main
if: github.event.pull_request.head.repo.full_name == github.repository
secrets: inherit
pkg-size-report:
permissions:
pull-requests: write
name: Package Size Report
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v3
- uses: bgd-labs/github-workflows/.github/actions/setup-node@main
- name: Package size report
uses: pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # pin@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release-node-alpha:
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
uses: bgd-labs/github-workflows/.github/workflows/release-node-alpha.yml@ea41920d7c7c656823137da415d1e3f59bf064bf # pin@main
needs:
- test-solidity
- test-js
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}