Skip to content

Update documentation #58

Update documentation

Update documentation #58

Workflow file for this run

name: "Lint"
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
steps:
- name: 🔄 Checkout
uses: actions/checkout@v4
- name: 🟢 Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "latest"
- name: ⚙️ Install web-ext
run: npm install -g web-ext
- name: 🧹 Lint
run: web-ext lint -w