Skip to content

Added build job

Added build job #1

Workflow file for this run

name: Package Extension
on: push
jobs:
package-extension:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run package
- uses: actions/upload-artifact@v4
with:
name: .vsix
path: *.vsix

Check failure on line 16 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16