Skip to content

nouvelle url paris saclay #40

nouvelle url paris saclay

nouvelle url paris saclay #40

Workflow file for this run

name: Sign webextension
on: [pull_request]
defaults:
run:
working-directory: ./ophirofox
jobs:
check:
name: web-ext lint and build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install --global web-ext
- run: web-ext lint --self-hosted --warnings-as-errors
- run: web-ext build