Skip to content

Bump xml-rs from 0.8.4 to 0.8.14 #243

Bump xml-rs from 0.8.4 to 0.8.14

Bump xml-rs from 0.8.4 to 0.8.14 #243

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