Skip to content

Added github action for linting (#16) #4

Added github action for linting (#16)

Added github action for linting (#16) #4

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