Skip to content

Commit 336822c

Browse files
committed
Run linting for addon
1 parent 039f6aa commit 336822c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.taskcluster.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ tasks:
329329
- "apk add --quiet --update git python3 &&
330330
git clone --quiet ${repository} /src && cd /src/addon && git checkout ${head_rev} -b build &&
331331
npm install --no-progress &&
332+
npm run lint &&
332333
npm run build &&
333334
npm run test &&
334335
npm run export"

0 commit comments

Comments
 (0)