Skip to content

Commit

Permalink
Merge pull request #4 from devillove084/feat/combine_storage
Browse files Browse the repository at this point in the history
feat(query): add templatedb storage
  • Loading branch information
devillove084 authored Mar 30, 2024
2 parents cb2af7f + 924937d commit 2bfd1c7
Show file tree
Hide file tree
Showing 147 changed files with 1,382 additions and 1,058 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
components: rustfmt, clippy, miri
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
- name: Lint (clippy)
run: cargo clippy --all-features --all-targets
Expand Down
Loading

0 comments on commit 2bfd1c7

Please sign in to comment.