Skip to content

Commit d845f47

Browse files
committed
fixup! ci: Add lint job
1 parent bc3d309 commit d845f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: meson test --interactive
3838
working-directory: build/
3939
- name: Check clippy recommendations
40-
run: cargo clippy --manifest-path xyz-iinuwa-credential-manager-portal-gtk/Cargo.toml --target-dir build/xyz-iinuwa-credential-manager-portal-gtk/src
40+
run: env CARGO_HOME=build/cargo-home cargo clippy --manifest-path xyz-iinuwa-credential-manager-portal-gtk/Cargo.toml --target-dir build/xyz-iinuwa-credential-manager-portal-gtk/src
4141
- name: Check formatting
4242
run: cargo fmt --check
4343
working-directory: xyz-iinuwa-credential-manager-portal-gtk

0 commit comments

Comments
 (0)