Skip to content

(fix) Correction when passing parameters to labels #442

(fix) Correction when passing parameters to labels

(fix) Correction when passing parameters to labels #442

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
pull_request:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
cache: 'yarn'
- name: Yarn verify and build
run: |
yarn install --immutable
yarn verify
yarn build