Skip to content

Commit 0c2415a

Browse files
committed
feat: update test job dependencies and correct test command in GitHub Actions workflow
1 parent 081e8e4 commit 0c2415a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: testing
22
on:
33
push:
44
branches: [main]
5+
pull_request:
6+
branches: [main]
57

68
jobs:
79
lint:

0 commit comments

Comments
 (0)