Skip to content

Merge fix for humanoid serialization into master so we don't have to wait for rbx-dom #2

Merge fix for humanoid serialization into master so we don't have to wait for rbx-dom

Merge fix for humanoid serialization into master so we don't have to wait for rbx-dom #2

Workflow file for this run

name: Clippy
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
rust_version: [stable]
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Setup Rust toolchain
run: |
rustup default ${{ matrix.rust_version }}
rustup component add clippy
- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -D warnings