Skip to content

Merge pull request #171 from bvotteler/feat-add-usdc #121

Merge pull request #171 from bvotteler/feat-add-usdc

Merge pull request #171 from bvotteler/feat-add-usdc #121

Workflow file for this run

name: Master
on:
push:
branches:
- master
jobs:
master:
name: build
runs-on: [self-hosted, linux]
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: yarn
run: |
yarn install --immutable
yarn build