Skip to content

Commit

Permalink
Merge pull request #5 from rcowsill/feat/update-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill authored Jan 6, 2024
2 parents dbd41c0 + 91d8cde commit dd47a36
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: WebExt Lint
on: [push, pull_request]
on:
push:
branches: [main]
pull_request:
branches: [main]

permissions:
contents: read
Expand All @@ -21,4 +25,4 @@ jobs:
node-version: lts/*

- name: Run linter
run: npx web-ext lint
run: npx --yes addons-linter ./

0 comments on commit dd47a36

Please sign in to comment.