File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- name : Run Playwright tests
11
+ name : Playwright
12
12
timeout-minutes : 5
13
13
runs-on : ubuntu-latest
14
14
steps :
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
lint :
11
- name : Run Linter
11
+ name : Lint
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
@@ -23,10 +23,11 @@ jobs:
23
23
env :
24
24
CI : true
25
25
26
+ - run : pnpm -F @sejohnson/svelte-themes build
26
27
- run : pnpm lint
27
28
28
29
check :
29
- name : Run Type Check
30
+ name : Type Check
30
31
runs-on : ubuntu-latest
31
32
steps :
32
33
- uses : actions/checkout@v4
41
42
env :
42
43
CI : true
43
44
45
+ - run : pnpm -F @sejohnson/svelte-themes build
44
46
- run : pnpm check
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- name : Run Unit Tests
11
+ name : Unit Test
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments