We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typesense_codegen
1 parent d9b3a20 commit 4b811e2Copy full SHA for 4b811e2
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
lint:
18
runs-on: ubuntu-latest
19
env:
20
- TZ: "/usr/share/zoneinfo/your/location"
+ TZ: '/usr/share/zoneinfo/your/location'
21
steps:
22
- uses: actions/checkout@v4
23
- name: Cache .cargo and target
@@ -39,7 +39,7 @@ jobs:
39
uses: actions-rs/cargo@v1
40
with:
41
command: fmt
42
- args: --all -- --check
+ args: --package typesense --package typesense_derive --package xtask -- --check
43
- run: rustup component add clippy
44
- name: Run clippy
45
0 commit comments