Skip to content

[#824] feat: Linked Activity Item Enricher in Summary for Spells #1437

[#824] feat: Linked Activity Item Enricher in Summary for Spells

[#824] feat: Linked Activity Item Enricher in Summary for Spells #1437

Workflow file for this run

name: Check Code on Merge to Main
on:
pull_request:
branches: 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install and Check
run: |
npm install
npm run check