Skip to content

build(deps): bump js-yaml from 4.1.0 to 4.1.1 #109

build(deps): bump js-yaml from 4.1.0 to 4.1.1

build(deps): bump js-yaml from 4.1.0 to 4.1.1 #109

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