Skip to content

Do not use tree_magic_mini because it sometimes don't recognize gzip … #25

Do not use tree_magic_mini because it sometimes don't recognize gzip …

Do not use tree_magic_mini because it sometimes don't recognize gzip … #25

Workflow file for this run

name: Rust check
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
rust-version: ["stable", "beta", "nightly"]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust-version }}
- name: Install libarchive
run: sudo apt-get -y install libarchive-dev
- name: Check
run: cargo check --verbose