Skip to content

Commit

Permalink
only gltf
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Nov 17, 2023
1 parent 0448a73 commit 1ed68a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: CI job
# See tools/ci/src/main.rs for the commands this runs
run: cargo run -p ci -- lints
run: |
cd crates/bevy_gltf/
cargo clippy -- -D warnings
# miri:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ed68a8

Please sign in to comment.