Skip to content

fixed workflow and improved README.md a little #2

fixed workflow and improved README.md a little

fixed workflow and improved README.md a little #2

Workflow file for this run

name: Extension Build CI
on:
push:
branches: ['**']
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: |
bun install
- name: Build extension
run: |
bun run build