Rename: bevy_ratatui_render renamed to bevy_ratatui_camera (#495) #1283
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
merge_group: | |
push: | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: "Install Asset Validator" | |
run: cargo install --git https://github.com/bevyengine/bevy-website/ generate-assets --bin validate | |
- name: "Check Assets" | |
run: validate ./ |