Skip to content

Commit

Permalink
new one
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Nov 17, 2023
1 parent e213e93 commit 99f7b93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ jobs:
cargo install taplo-cli --locked
- name: Run Taplo
id: taplo
run: taplo fmt --check --diff --option indent_string=" "
run: taplo fmt --check --diff --option indent_string=" "
- name: Taplo info
if: steps.taplo.outcome == failure()
if: steps.taplo.outcome == 'failure'
run: |
echo 'To fix toml fmt, please run `taplo fmt --option indent_string=" "`.'
echo `note: indent_string is with 4 spaces.`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ members = [

[features]
default = [
"animation",
"animation",
"bevy_asset",
"bevy_audio",
"bevy_gilrs",
Expand Down

0 comments on commit 99f7b93

Please sign in to comment.