Skip to content

Config variables emitted with marketplace events will now include ID … #29

Config variables emitted with marketplace events will now include ID …

Config variables emitted with marketplace events will now include ID … #29

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: npm ci
- run: npm run build