Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

docs(contributing): update the instructions for code contributions #151

docs(contributing): update the instructions for code contributions

docs(contributing): update the instructions for code contributions #151

Workflow file for this run

name: builds
on:
push:
branches: main
pull_request:
branches: main
jobs:
compile:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Build the extension
run: |
yarn
yarn compile