mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -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:
|
steps:
|
||||||
- commoncmd
|
- commoncmd
|
||||||
- run: bash -c '"$(yarn bin)/jest" src'
|
- 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:
|
e2e:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:latest-browsers
|
- image: circleci/node:latest-browsers
|
||||||
|
@ -47,5 +53,6 @@ workflows:
|
||||||
build_test_lint:
|
build_test_lint:
|
||||||
jobs:
|
jobs:
|
||||||
- lint
|
- lint
|
||||||
|
- mozilla
|
||||||
- unit
|
- unit
|
||||||
- e2e
|
- e2e
|
||||||
|
|
Loading…
Add table
Reference in a new issue