Github action to annotate the output of DreamChecker and DreamMaker.
name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: DreamAnnotate
uses: alexkar598/DreamAnnotate@v3
- uses: actions/checkout@v4
# ...dreamchecker: Enables the DreamChecker output parser. Default: truedreammaker: Enables the DreamMaker output parser. Default: true