Skip to content

Commit 632a177

Browse files
committed
Tweak workflows
1 parent 9f8563a commit 632a177

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: |
24-
npm i -g web-ext
24+
npm i -g web-ext yarn
2525
echo "`npm config get prefix`/bin" >> $GITHUB_PATH
2626
2727
- name: Update version number for beta

.github/workflows/eslint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ jobs:
1515
run: npm i eslint-plugin-no-unsanitized@latest eslint@latest
1616

1717
- name: Run linter
18-
run: |
19-
make -k FORMAT=stylish
18+
run: make -k FORMAT=stylish

0 commit comments

Comments
 (0)