Skip to content

Merge pull request #24 from tzemanovic/bevy-0.13 #37

Merge pull request #24 from tzemanovic/bevy-0.13

Merge pull request #24 from tzemanovic/bevy-0.13 #37

Workflow file for this run

name: fmt
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 fmt --check