mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 12:13:25 +00:00
Clean up some yaml mistakes (#16300)
# Objective Our build pipeline should have no grammar or syntax mistakes. ## Solution Remove a reference to a non-existent variable and clean up the taplo `echo`s.
This commit is contained in:
parent
3ada15ee1c
commit
1d7f663475
2 changed files with 4 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -230,10 +230,10 @@ jobs:
|
||||||
- name: Taplo info
|
- name: Taplo info
|
||||||
if: failure()
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
echo 'To fix toml fmt, please run `taplo fmt`'
|
echo 'To fix toml fmt, please run `taplo fmt`.'
|
||||||
echo 'To check for a diff, run `taplo fmt --check --diff'
|
echo 'To check for a diff, run `taplo fmt --check --diff`.'
|
||||||
echo 'You can find taplo here: https://taplo.tamasfe.dev/'
|
echo 'You can find taplo here: https://taplo.tamasfe.dev/'
|
||||||
echo 'Or if you use VSCode, use the `Even Better Toml` extension with 2 spaces'
|
echo 'Or if you use VSCode, use the `Even Better Toml` extension.'
|
||||||
echo 'You can find the extension here: https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml'
|
echo 'You can find the extension here: https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml'
|
||||||
|
|
||||||
typos:
|
typos:
|
||||||
|
|
2
.github/workflows/validation-jobs.yml
vendored
2
.github/workflows/validation-jobs.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
target
|
target
|
||||||
key: ${{ runner.os }}-ios-install-${{ matrix.toolchain }}-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-ios-install-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|
||||||
# TODO: remove x86 target once it always run on arm GitHub runners
|
# TODO: remove x86 target once it always run on arm GitHub runners
|
||||||
- name: Add iOS targets
|
- name: Add iOS targets
|
||||||
|
|
Loading…
Reference in a new issue