Skip to content

update for Bevy 0.13 #33

update for Bevy 0.13

update for Bevy 0.13 #33

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo clippy -- -D warnings
- run: cargo clippy --all-features -- -D warnings