Skip to content

chore: Upgrade to web-ext 9.2.0 #156

chore: Upgrade to web-ext 9.2.0

chore: Upgrade to web-ext 9.2.0 #156

Workflow file for this run

name: Linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
name: Run linters
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: make install
- name: Run the linters
run: make lint