Skip to content

feat: add JSON validation step before publishing to VS Marketplace #5

feat: add JSON validation step before publishing to VS Marketplace

feat: add JSON validation step before publishing to VS Marketplace #5

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate snippets JSON
run: node -e "JSON.parse(require('fs').readFileSync('snippets/snippets.json'))"
- name: Check extension can be packaged
run: npx @vscode/vsce ls