Skip to content

Merge pull request #8 from mirage-ctest/20251-docs #35

Merge pull request #8 from mirage-ctest/20251-docs

Merge pull request #8 from mirage-ctest/20251-docs #35

Workflow file for this run

name: "Build"
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run compile
- run: |
npm run package