Skip to content

Merge pull request #349 from openmainframeproject/Developer #98

Merge pull request #349 from openmainframeproject/Developer

Merge pull request #349 from openmainframeproject/Developer #98

Workflow file for this run

name: VSCodeBuild
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./vs-code-extension
environment: production
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.NODE_VERSION }}
- name: npm install and build
run: |
npm install
npm run compile --if-present