fix(fs): cross-worker snapshot loading for session fork #201
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: OpenAPI Drift Check | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| generated-docs-drift: | |
| name: Check openapi.json is up to date | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 20 | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Install Nix | |
| uses: DeterminateSystems/nix-installer-action@main | |
| with: | |
| extra-conf: | | |
| sandbox = relaxed | |
| - uses: DeterminateSystems/flake-checker-action@main | |
| - name: Run generated docs drift check | |
| run: nix build .#checks.x86_64-linux.docs-generated-check --print-build-logs --no-link -L |