Skip to content

Fixed receiving ordered lists from the LLM. #2

Fixed receiving ordered lists from the LLM.

Fixed receiving ordered lists from the LLM. #2

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Restore tools
run: dotnet tool restore
- name: Build images
run: dotnet cake docker.cake