Skip to content

Commit f9f28b5

Browse files
committed
copy shared assets with node
1 parent e6651b0 commit f9f28b5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/web-ext-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: "Checkout"
1616
uses: actions/checkout@v6
1717

18+
- name: "Copy shared assets"
19+
run: node scripts/copy-shared.js
20+
1821
- name: "web-ext lint newtab"
1922
uses: kewisch/action-web-ext@v1
2023
with:

0 commit comments

Comments
 (0)