Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 514 Bytes

index.md

File metadata and controls

21 lines (16 loc) · 514 Bytes

TechDocs GitHub Action

TechDocs GitHub container action wrapping the TechDocs engineering image.

This is experimental, v0 is subject to breaking changes

Usage

jobs:
  setup:
    runs-on: ubuntu-latest
    steps:
      - name: Set name
        uses: coopnorge/github-action-techdocs@v0
        with:
          cmd: markdownlint /docs

For available commands and tools see Backstage TechDocs Engineering Image.