Skip to content

chore(main): release 1.17.0 (#193) #387

chore(main): release 1.17.0 (#193)

chore(main): release 1.17.0 (#193) #387

Workflow file for this run

name: Build
# Control when the action will run
on:
push:
jobs:
build:
name: Build
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Yarn install and cache dependencies
uses: graasp/graasp-deploy/.github/actions/yarn-install-and-cache@v1
- name: Check code styling and linting
run: yarn check
- name: Yarn build
run: yarn build