ci: add bun GitHub Action

This commit is contained in:
rzmk 2024-03-13 14:10:02 -04:00
parent 7fd9e66afc
commit 7f6c7be3af
No known key found for this signature in database

View file

@ -20,6 +20,7 @@ jobs:
steps: steps:
- name: Checkout your repository using git - name: Checkout your repository using git
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install, build, and upload your site - name: Install, build, and upload your site
uses: withastro/action@v2 uses: withastro/action@v2
with: with: