mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-12 18:04:20 +01:00
Create webext-lint.yml
Inspired by https://github.com/rugk/awesome-emoji-picker/blob/main/.github/workflows/webext-lint.yml As far as I see you don't run that anywhere else, so may this be a good idea? Same as https://github.com/ajayyy/DeArrow/pull/187
This commit is contained in:
parent
cbd96cb30b
commit
2a93307ea0
1 changed files with 23 additions and 0 deletions
23
.github/workflows/.github/workflows/webext-lint.yml
vendored
Normal file
23
.github/workflows/.github/workflows/webext-lint.yml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
name: Web-Ext lint
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "master" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "master" ]
|
||||||
|
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
|
Loading…
Reference in a new issue