We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8563a commit 632a177Copy full SHA for 632a177
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Install dependencies
23
run: |
24
- npm i -g web-ext
+ npm i -g web-ext yarn
25
echo "`npm config get prefix`/bin" >> $GITHUB_PATH
26
27
- name: Update version number for beta
.github/workflows/eslint.yml
@@ -15,5 +15,4 @@ jobs:
15
run: npm i eslint-plugin-no-unsanitized@latest eslint@latest
16
17
- name: Run linter
18
- run: |
19
- make -k FORMAT=stylish
+ run: make -k FORMAT=stylish
0 commit comments