Skip to content

build(deps): bump flatted from 3.3.3 to 3.4.2 #115

build(deps): bump flatted from 3.3.3 to 3.4.2

build(deps): bump flatted from 3.3.3 to 3.4.2 #115

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