Skip to content

fix: Generate JavaScript Code from plugin-pb #38

fix: Generate JavaScript Code from plugin-pb

fix: Generate JavaScript Code from plugin-pb #38

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version: "16"
- name: Install dependencies
run: npm ci
- name: Build code
run: |
npm run build