Skip to content

Add chromium auto update #30

Add chromium auto update

Add chromium auto update #30

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install -g web-ext
- name: Lint extension
run: ./build.sh lint
- name: Build extension
run: ./build.sh
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: build/**/bin/*