Skip to content

build(deps): bump node-forge from 1.3.2 to 1.4.0 #117

build(deps): bump node-forge from 1.3.2 to 1.4.0

build(deps): bump node-forge from 1.3.2 to 1.4.0 #117

Workflow file for this run

name: "Lint Firefox web extension"
on:
pull_request:
jobs:
lint:
name: "✅ Linter"
runs-on: ubuntu-latest
steps:
- name: "🚀 Checkout code"
uses: actions/checkout@v3
- name: "👷 Install dependencies"
run: npm install
- name: "🚨 Lint source code and web-extension"
run: npm run lint