Skip to content

feat: add scenario examples for all 7 human task types (#27) #52

feat: add scenario examples for all 7 human task types (#27)

feat: add scenario examples for all 7 human task types (#27) #52

Workflow file for this run

name: test
on:
push:
branches: ["main"]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Repository smoke check
run: |
test -f README.md
echo "repository smoke checks passed"