Skip to content

Change debug render systems to use bevy gizmos instead of bevy_polyline. #199

Change debug render systems to use bevy gizmos instead of bevy_polyline.

Change debug render systems to use bevy gizmos instead of bevy_polyline. #199

Workflow file for this run

on: [push, pull_request]
name: Lints
jobs:
lint:
name: Clippy + Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy
- name: 'Install Dependencies (Ubuntu)'
run: |
sudo apt-get install -y libasound2-dev libudev-dev
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings