Skip to content

add initial config to wxt/storage #24

add initial config to wxt/storage

add initial config to wxt/storage #24

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: corepack enable
- name: Setup
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm i --frozen-lockfile
- run: pnpm run ci
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: corepack enable
- name: Setup
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm i --frozen-lockfile
- run: pnpm run compile