Skip to content

Added github action for linting #2

Added github action for linting

Added github action for linting #2

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: "web-ext lint"
uses: freaktechnik/web-ext-lint@v1
with:
verbose: true