Skip to content

chore: paymaster first draft #15

chore: paymaster first draft

chore: paymaster first draft #15

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
uses: ./.github/actions/build