Add bevy_archie controller support plugin (#573) #1603
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 ./ |