Skip to content

display the version tag #420

display the version tag

display the version tag #420

Workflow file for this run

name: build suite
on:
workflow_dispatch:
push:
branches:
- c4t
- dev
- suite
- suite-c4t
pull_request:
branches:
- c4t
- dev
- suite
- suite-c4t
jobs:
yarn-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: install yarn dependencies
run: yarn install
- name: lint
run: yarn lint
- name: prettier
run: yarn run format-check
- name: build
run: yarn build