Skip to content

transmute-industries/jsonld-github-action

Repository files navigation

JSON-LD GitHub Action

🚧 Experimental 🏗️.

Demo

CI Branches Functions Lines Statements Jest coverage

Usage

name: Demo
on: workflow_dispatch
jobs:
  demo:
    runs-on: ubuntu-latest
    steps:
      - name: Frame a Document
        uses: transmute-industries/jsonld-github-action@v0.0.1
        id: frame
        with:
          operation: frame
          document: |
            {
              "http://schema.org/name": "Orie Steele",
              "http://schema.org/url": {"@id": "https://transmute.industries"}
            }
      - name: Review the framed document
        run: |-
          echo '${{ steps.frame.outputs.json }}' >> framed.json;
          cat ./framed.json | jq

Develop

npm i
npm t

Packages

No packages published