Uses oven-sh bun script
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
2025-12-18 22:10:03 +01:00
parent f14f434817
commit da33a8a9f5

View File

@@ -14,7 +14,9 @@ jobs:
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Install bun dependency - name: Install bun dependency
run: echo "🖥️ install bun." run: echo "🖥️ install bun."
- run: curl -fsSL https://bun.com/install | bash - uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}