mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Make CI run AMO linter
This commit is contained in:
parent
a1648e18e8
commit
df242153dc
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,12 @@ jobs:
|
|||
steps:
|
||||
- commoncmd
|
||||
- run: bash -c '"$(yarn bin)/jest" src'
|
||||
mozilla:
|
||||
docker:
|
||||
- image: circleci/node:latest
|
||||
steps:
|
||||
- commoncmd
|
||||
- run: bash -c 'cd build; "$(yarn bin)/web-ext lint" src'
|
||||
e2e:
|
||||
docker:
|
||||
- image: circleci/node:latest-browsers
|
||||
|
@ -47,5 +53,6 @@ workflows:
|
|||
build_test_lint:
|
||||
jobs:
|
||||
- lint
|
||||
- mozilla
|
||||
- unit
|
||||
- e2e
|
||||
|
|
Loading…
Add table
Reference in a new issue