Skip to content

♻️ Migrate to another unity asset ripping library #132

♻️ Migrate to another unity asset ripping library

♻️ Migrate to another unity asset ripping library #132

Workflow file for this run

name: Check
on:
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
lint:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install FFmpeg
run: |
sudo apt-get update
sudo apt-get install libavformat-dev libavcodec-dev libavutil-dev libswresample-dev
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main
- name: Install cargo check tools
run: cargo binstall --no-confirm --force cargo-deny cargo-udeps
- name: Check
run: |
cargo deny check
cargo udeps