Skip to content

update smithay-client-toolkit to fix wayland issue #219 #263

update smithay-client-toolkit to fix wayland issue #219

update smithay-client-toolkit to fix wayland issue #219 #263

Workflow file for this run

on: [push, pull_request]
name: Clippy
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- name: Install ALSA dev
run: |
sudo apt-get update
sudo apt-get install libasound2-dev
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
override: true
- name: Clippy
run: |
cargo clippy -- -D warnings
cd sulis_editor
cargo clippy -- -D warnings