diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1933d6fea8ae9..4687975e0301a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,14 +65,10 @@ jobs: # See tools/ci/src/main.rs for the commands this runs run: | cd crates/bevy_gltf/ - cargo clippy -- -Dwarnings - cargo clippy -- -Dwarnings - - name: CI 2 - shell: bash - # See tools/ci/src/main.rs for the commands this runs - run: | + pwd cargo clippy --version cargo clippy -- -Dwarnings + cargo clippy -- -Dwarnings # miri: # runs-on: ubuntu-latest diff --git a/crates/bevy_gltf/src/lib.rs b/crates/bevy_gltf/src/lib.rs index 559c8ae3c8e63..b03037c3e0d60 100644 --- a/crates/bevy_gltf/src/lib.rs +++ b/crates/bevy_gltf/src/lib.rs @@ -37,7 +37,7 @@ impl GltfPlugin { /// `name` must be the attribute name as found in the glTF data, which must start with an underscore. /// See [this section of the glTF specification](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#meshes-overview) /// for additional details on custom attributes. - pub fn add_custom_vertex_attribute( + pub fn addcustomVertex_attribute( mut self, name: &str, attribute: MeshVertexAttribute,