Add bevy_text_edit
#1311
This file contains hidden or 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 ./ |