Skip to content

build(deps): bump flate2 from 1.1.1 to 1.1.4 #43

build(deps): bump flate2 from 1.1.1 to 1.1.4

build(deps): bump flate2 from 1.1.1 to 1.1.4 #43

Workflow file for this run

name: rust
on:
push:
branches:
- master
pull_request: {}
jobs:
check-format:
runs-on: ubuntu-24.04
container:
image: ghcr.io/rust-math/rust-mkl:main
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-24.04
container:
image: ghcr.io/rust-math/rust-mkl:main
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: clippy