Add bevy_simple_i18n
plugin
#1244
Workflow file for this run
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 ./ |