Skip to content

manage crypto with crypto browserify #5

manage crypto with crypto browserify

manage crypto with crypto browserify #5

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
env:
ALCHEMY_ID: ${{ secrets.ALCHEMY_ID }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Test
run: bun test
- name: Build
run: bun run list:build