Skip to content

Bump the npm_and_yarn group across 1 directory with 3 updates (#765) #5942

Bump the npm_and_yarn group across 1 directory with 3 updates (#765)

Bump the npm_and_yarn group across 1 directory with 3 updates (#765) #5942

Workflow file for this run

on: [push, pull_request]
name: Lint and Build
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm ci
- run: npm run lint
build-chrome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm ci
- run: npm run build:chrome
build-firefox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: npm ci
- run: npm run build:firefox