Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Bump itertools from 0.12.1 to 0.13.0 #409

Bump itertools from 0.12.1 to 0.13.0

Bump itertools from 0.12.1 to 0.13.0 #409

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Clippy
run: cargo clippy
- name: Build and test
run: cargo test
build-macosx:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Clippy
run: cargo clippy
- name: Build
run: cargo test
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: rustfmt
run: cargo fmt --check