Skip to content

tasks: bump v0.3.9 #595

tasks: bump v0.3.9

tasks: bump v0.3.9 #595

Workflow file for this run

name: Build
env:
CI: true
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Build
run: yarn build