Skip to content

Commit

Permalink
Create webext-lint.yml
Browse files Browse the repository at this point in the history
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 ajayyy/DeArrow#187
  • Loading branch information
rugk authored Nov 9, 2023
1 parent cbd96cb commit 2a93307
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/.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: [ "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

0 comments on commit 2a93307

Please sign in to comment.