Skip to content

PR: Feat/bounty payment status check #1057

PR: Feat/bounty payment status check

PR: Feat/bounty payment status check #1057

Workflow file for this run

name: Build
on:
pull_request:
branches:
- "*"
jobs:
build:
name: build
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Build
run: CI=false yarn run build