We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5914b49 commit d0d277fCopy full SHA for d0d277f
.github/workflows/bevy_mod_scripting.yml
@@ -81,6 +81,7 @@ jobs:
81
pull-requests: write
82
contents: write
83
issues: write
84
+ checks: write
85
name: Check - ${{ matrix.run_args.name }}
86
runs-on: ${{ matrix.run_args.os }}
87
strategy:
crates/bevy_mod_scripting_core/src/asset.rs
@@ -255,7 +255,7 @@ pub(crate) fn dispatch_script_asset_events(
255
}
256
257
258
-/// Listens to [`ScriptAssetEvent::Removed`] events and removes the corresponding script metadata
+/// Listens to [`ScriptAssetEvent::Removed`] events and removes the corresponding script metadata.
259
pub(crate) fn remove_script_metadata(
260
mut events: EventReader<ScriptAssetEvent>,
261
mut asset_path_map: ResMut<ScriptMetadataStore>,
0 commit comments