File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
name : Bump version
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
with :
22
22
ssh-key : ${{ secrets.DEPLOY_KEY }}
23
23
Original file line number Diff line number Diff line change 7
7
name : Build
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- uses : oven-sh/setup-bun@v2
12
12
- run : bun install --frozen-lockfile
13
13
- run : bun run build
16
16
name : Typechecker
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- uses : oven-sh/setup-bun@v2
21
21
- run : bun install --frozen-lockfile
22
22
- run : bun run typecheck
25
25
name : Code Quality
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
- uses : oven-sh/setup-bun@v2
30
30
- run : bun install --frozen-lockfile
31
31
- run : bun run quality
34
34
name : Tests
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
- uses : oven-sh/setup-bun@v2
39
39
- run : bun install --frozen-lockfile
40
40
- run : bun test
43
43
name : Verify Exports
44
44
runs-on : ubuntu-latest
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
- uses : oven-sh/setup-bun@v2
48
48
- run : bun install --frozen-lockfile
49
49
- run : bun run build
Original file line number Diff line number Diff line change 21
21
url : ${{ steps.deployment.outputs.page_url }}
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- uses : oven-sh/setup-bun@v2
26
26
- run : bun install --frozen-lockfile
27
27
- run : bunx typedoc
Original file line number Diff line number Diff line change 9
9
name : " Publish to npm"
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : oven-sh/setup-bun@v2
14
14
- run : bun install --frozen-lockfile
15
15
- run : bun run build
You can’t perform that action at this time.
0 commit comments