Skip to content

Commit d0d277f

Browse files
committed
allow check creation for bencher
1 parent 5914b49 commit d0d277f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
pull-requests: write
8282
contents: write
8383
issues: write
84+
checks: write
8485
name: Check - ${{ matrix.run_args.name }}
8586
runs-on: ${{ matrix.run_args.os }}
8687
strategy:

crates/bevy_mod_scripting_core/src/asset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ pub(crate) fn dispatch_script_asset_events(
255255
}
256256
}
257257

258-
/// Listens to [`ScriptAssetEvent::Removed`] events and removes the corresponding script metadata
258+
/// Listens to [`ScriptAssetEvent::Removed`] events and removes the corresponding script metadata.
259259
pub(crate) fn remove_script_metadata(
260260
mut events: EventReader<ScriptAssetEvent>,
261261
mut asset_path_map: ResMut<ScriptMetadataStore>,

0 commit comments

Comments
 (0)