Skip to content

[DO NOT MERGE] remove anyOf from pydantic v2 schema #3

[DO NOT MERGE] remove anyOf from pydantic v2 schema

[DO NOT MERGE] remove anyOf from pydantic v2 schema #3

name: Manifest diff with main (work in progress)
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
test-manifest-diff-vs-main:
runs-on: ubuntu-22.04
steps:
- name: Get package source code
uses: actions/checkout@v4
- name: Setup friendly diff style
run: echo "*.json diff=json" >> .gitattributes && git config diff.json.textconv "jq --sort-keys '.' \$1"
- name: Get main branch
run: git fetch origin/main
- name: Run git diff for manifest
run: git diff origin/main fractal_tasks_core/__FRACTAL_MANIFEST__.json