Skip to content

Commit 0ee4716

Browse files
committed
ci: Add WebExt Lint CI
as per TinyWebEx/AddonTemplate#5
1 parent a0193ba commit 0ee4716

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/webext-lint.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Web-Ext lint
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
lint:
12+
name: "Lint"
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- uses: actions/checkout@v3
17+
18+
- name: "web-ext lint"
19+
uses: kewisch/action-web-ext@v1
20+
with:
21+
cmd: lint
22+
source: src
23+
channel: listed

0 commit comments

Comments
 (0)