Skip to content

Commit

Permalink
Merge pull request #136 from rugk/lint-webext
Browse files Browse the repository at this point in the history
Add WebExt Lint CI
  • Loading branch information
rugk authored Oct 19, 2022
2 parents 26295d9 + 9363242 commit a397f88
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/webext-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Web-Ext lint

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: "web-ext lint"
uses: kewisch/action-web-ext@v1
with:
cmd: lint
source: src
channel: listed

0 comments on commit a397f88

Please sign in to comment.