Skip to content

docs/4-developer-guides/2-api/0-config.md #248

docs/4-developer-guides/2-api/0-config.md

docs/4-developer-guides/2-api/0-config.md #248

Workflow file for this run

name: Test build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Build bundle
uses: borales/actions-yarn@v4
with:
cmd: build