Skip to content

feat(manifest-v3): update extension with wxt for chrome manifest v3 #3

feat(manifest-v3): update extension with wxt for chrome manifest v3

feat(manifest-v3): update extension with wxt for chrome manifest v3 #3

name: Build and test PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
smoke_test:
name: Smoke test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install
run: pnpm install
- name: Build project
run: npm run build