Skip to content

Bump @crxjs/vite-plugin from 2.2.1 to 2.3.0 #152

Bump @crxjs/vite-plugin from 2.2.1 to 2.3.0

Bump @crxjs/vite-plugin from 2.2.1 to 2.3.0 #152

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Format
run: npm run fmt:check
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run zip