Skip to content

Bump @types/chrome from 0.1.32 to 0.1.38 #157

Bump @types/chrome from 0.1.32 to 0.1.38

Bump @types/chrome from 0.1.32 to 0.1.38 #157

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