Skip to content

Bump @types/chrome from 0.0.300 to 0.1.32 (#70) #143

Bump @types/chrome from 0.0.300 to 0.1.32 (#70)

Bump @types/chrome from 0.0.300 to 0.1.32 (#70) #143

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