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

Setup Biome and building extensions via Github Actions #1

Setup Biome and building extensions via Github Actions

Setup Biome and building extensions via Github Actions #1

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build_extension:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: npm install and build
run: |
npm install
npm run build
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: mocksi-lite dist
path: |
apps/mocksi-lite/dist