Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Oct 21, 2024
2 parents a1b7761 + c8d4bdc commit aff30bf
Show file tree
Hide file tree
Showing 75 changed files with 1,903 additions and 1,662 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --all-features --verbose -- --nocapture
run: cargo test --features=tui,recipe-generation --verbose -- --nocapture
- name: Format
run: cargo fmt --all -- --check
- uses: giraffate/clippy-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: actions/[email protected]

- name: Check spelling
uses: crate-ci/typos@v1.24.5
uses: crate-ci/typos@v1.26.0
Loading

0 comments on commit aff30bf

Please sign in to comment.