Skip to content

chore(deps): bump webext-options-sync from 4.2.1 to 4.2.3 #190

chore(deps): bump webext-options-sync from 4.2.1 to 4.2.3

chore(deps): bump webext-options-sync from 4.2.1 to 4.2.3 #190

Workflow file for this run

name: Validate
on:
workflow_call:
pull_request:
types: [opened, synchronize, reopened]
branches: [ main ]
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm lint
build:
runs-on: ubuntu-22.04
strategy:
matrix:
browser:
- firefox
- chrome
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm install
- run: pnpm run build:${{ matrix.browser }}