Skip to content

feat: add CODE_OF_CONDUCT #28

feat: add CODE_OF_CONDUCT

feat: add CODE_OF_CONDUCT #28

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build the packages
run: yarn build