Skip to content

Commit

Permalink
Merge pull request #14 from FAIRChemistry/rework-json-schema
Browse files Browse the repository at this point in the history
Rework JSON Schema Export and LLM extraction
  • Loading branch information
JR-1991 authored Dec 12, 2024
2 parents a26b966 + 55e9036 commit 5d3ccde
Show file tree
Hide file tree
Showing 29 changed files with 1,769 additions and 1,158 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
targets: ${{ matrix.target }}

- name: Build
run: cargo build --verbose --release --target ${{ matrix.target }}
run: cargo build --features openai --verbose --release --target ${{ matrix.target }}

- name: Build binary
shell: bash
Expand Down
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@ repos:
entry: cargo fmt -- --check
language: system
types: [rust]

- id: clippy
name: clippy
entry: cargo clippy --all-targets --all-features -- -D warnings
language: system
types: [rust]
Loading

0 comments on commit 5d3ccde

Please sign in to comment.