Skip to content

Creating Caption Group Component / Replacing blrFormHint with blrCaption #71

Creating Caption Group Component / Replacing blrFormHint with blrCaption

Creating Caption Group Component / Replacing blrFormHint with blrCaption #71

Workflow file for this run

name: Compile
on: [pull_request]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Get node version
id: node
run: |
echo "::set-output name=version::$(node -v)"
- name: Enable Corepack
run: corepack enable
- name: Install yarn 4
run: yarn set version 4.x
- name: Install modules
run: yarn
- name: Generate tokens
run: yarn tokens:generate
- name: Run Compile
run: yarn compile