Skip to content

Commit 4b811e2

Browse files
committed
ignore rust fmt for typesense_codegen
1 parent d9b3a20 commit 4b811e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lint:
1818
runs-on: ubuntu-latest
1919
env:
20-
TZ: "/usr/share/zoneinfo/your/location"
20+
TZ: '/usr/share/zoneinfo/your/location'
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Cache .cargo and target
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions-rs/cargo@v1
4040
with:
4141
command: fmt
42-
args: --all -- --check
42+
args: --package typesense --package typesense_derive --package xtask -- --check
4343
- run: rustup component add clippy
4444
- name: Run clippy
4545
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)