Skip to content

Merge pull request #108 from envoy/parent-resource-id #232

Merge pull request #108 from envoy/parent-resource-id

Merge pull request #108 from envoy/parent-resource-id #232

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
registry-url: 'https://npm.pkg.github.com'
- run: npm install
- run: npm run compile