Skip to content

Commit ad2bcb2

Browse files
committed
fix
1 parent 39faff5 commit ad2bcb2

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
@@ -76,6 +76,7 @@ jobs:
7676
echo "matrix=$(cat matrix-one-line.json)" >> $GITHUB_OUTPUT
7777
7878
check-is-fork:
79+
runs-on: ubuntu-latest
7980
outputs:
8081
is_fork: ${{ steps.check-fork.outputs.is_fork }}
8182
steps:

crates/bevy_mod_scripting_functions/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ impl Plugin for ScriptFunctionsPlugin {
1414
register_bevy_bindings(app);
1515
register_core_functions(app);
1616

17-
// TODO: if bevy ever does this itself we should remove this.
17+
// TODO: if bevy ever does this itself we should remove this
1818
app.world_mut().register_component::<Parent>();
1919
app.world_mut().register_component::<Children>();
2020
}

0 commit comments

Comments
 (0)