You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,12 @@ signAddon({
250
250
});
251
251
```
252
252
253
+
## Using web-ext in CI envionments.
254
+
255
+
### GitHub actions
256
+
257
+
For seamless integration with GitHub Actions, the [kewisch/action-web-ext](https://github.com/kewisch/action-web-ext) third party action provides a robust wrapper around the official web-ext library.
258
+
253
259
## Should I Use It?
254
260
255
261
Yes! The web-ext tool enables you to build and ship extensions for Firefox.
0 commit comments