Skip to content

Bump tough-cookie and web-ext #88

Bump tough-cookie and web-ext

Bump tough-cookie and web-ext #88

name: "Coding Standards"
on:
pull_request:
branches:
- master
jobs:
coding-standards:
name: "Linting"
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v2
- name: Install packages
run: npm ci
- name: Lint
run: npm run lint