File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - ' **.md'
99 workflow_dispatch :
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 check-dist :
1316 runs-on : ubuntu-latest
1417
15- permissions :
16- contents : read
17-
1818 steps :
1919 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
2525 check-latest : true
2626 package-manager-cache : false
2727
28- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
29- name : Install pnpm
28+ - name : Install pnpm
29+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
3030 with :
3131 run_install : |
3232 - recursive: true
3535 - uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
3636 name : Install Bun
3737 with :
38- bun-version : stable
38+ bun-version : latest
3939
4040 - name : Rebuild the dist/ directory
4141 run : rm -rf dist && bun run --bun build && bun run --bun package
You can’t perform that action at this time.
0 commit comments