Skip to content

Commit 8dfc949

Browse files
committed
restrict to quilt_rs directory
1 parent fd3fea4 commit 8dfc949

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-quilt-rs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: ./.github/actions/setup-rust-dev
2626

2727
- name: Check formatting
28-
run: cargo fmt --check
28+
run: cargo fmt --check -p quilt-rs -p quilt-cli
2929

3030
- name: Lint
31-
run: cargo clippy -- --deny warnings
31+
run: cargo clippy -p quilt-rs -p quilt-cli -- --deny warnings
3232

3333
- name: Test library
3434
run: cargo test -p quilt-rs --verbose

0 commit comments

Comments
 (0)