Skip to content

chore: Build vsix on PR #1

chore: Build vsix on PR

chore: Build vsix on PR #1

Workflow file for this run

name: PR Build
on:
pull_request:
branches:
-
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm run vscode:prepublish
- name: Install vsce
run: npm install -g vsce
- name: Package extension
run: vsce package
- uses: actions/upload-artifact@v2
with:
name: vscode-kport.vsix
path: *.vsix

Check failure on line 22 in .github/workflows/pr-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-build.yml

Invalid workflow file

You have an error in your yaml syntax on line 22