Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Validate generated API artifacts
run: |
python validate_api.py --require-current-schema --forbid-firecrawl-run-source
python validate_api.py --require-current-schema --forbid-firecrawl-run-source --require-data-quality-pass

- name: Check for changes
id: git-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Validate checked-in API artifacts
run: |
python validate_api.py
python validate_api.py --require-current-schema --forbid-firecrawl-run-source --require-data-quality-pass

- name: Check whitespace errors
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ ALGORITHM_SOURCE=security_policy_pdf python scraper.py
SKIP_ALGORITHMS=1 python scraper.py

# Validate generated artifacts before publishing
python validate_api.py --require-current-schema --forbid-firecrawl-run-source
python validate_api.py --require-current-schema --forbid-firecrawl-run-source --require-data-quality-pass
```

## Environment Variables
Expand Down
Loading