mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-16 18:51:03 +00:00
Compare commits
5 Commits
633ad0ce2d
...
d7f00fc529
| Author | SHA1 | Date | |
|---|---|---|---|
| d7f00fc529 | |||
| 2f6bad6710 | |||
| ee92afc00b | |||
| 134fc61c6a | |||
| e9f9b3fa5b |
19
.github/workflows/BUILD.yml
vendored
19
.github/workflows/BUILD.yml
vendored
@@ -1,8 +1,13 @@
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
on: workflow_call
|
||||
jobs:
|
||||
call-npm-build:
|
||||
uses: multipleof4/.github/.github/workflows/npm-build.yml@master
|
||||
permissions:
|
||||
contents: write
|
||||
build-push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
- run: bun install && bun run build
|
||||
- run: git config user.name github-actions[bot] && git config user.email 41898282+github-actions[bot]@users.noreply.github.com && git add . && git commit -m "This build was committed by a bot." && git push
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,3 +23,4 @@ dist-ssr
|
||||
*.sw?
|
||||
|
||||
package-lock.json
|
||||
bun.lock
|
||||
|
||||
Reference in New Issue
Block a user