Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

DreamAnnotate

Github action to annotate the output of DreamChecker and DreamMaker.

Usage

name: CI

on:
  push:

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - name: DreamAnnotate
        uses: alexkar598/DreamAnnotate@v3
        
      - uses: actions/checkout@v4

    # ...

Inputs

  • dreamchecker: Enables the DreamChecker output parser. Default: true
  • dreammaker: Enables the DreamMaker output parser. Default: true

About

Github action to annotate the output of DreamCheck

Resources

Stars

Watchers

Forks

Releases

Contributors