Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: kewisch/action-web-ext@v1
uses: kewisch/action-web-ext@cb8a694

Like this or what do you want here?

with:
cmd: lint
source: src
channel: listed