Skip to content

Commit 6ac4aa8

Browse files
committed
feat(eslint): adds eslint v9
1 parent 9436627 commit 6ac4aa8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ jobs:
3333

3434
- name: Test packages
3535
run: yarn packages:test
36+
37+
- name: Upload yarn.lock
38+
uses: actions/upload-artifact@v4
39+
with:
40+
name: yarn-lock
41+
path: yarn.lock

0 commit comments

Comments
 (0)