Skip to content

refactor: further separate CLI logic from the API related functionality (see #117) #238

refactor: further separate CLI logic from the API related functionality (see #117)

refactor: further separate CLI logic from the API related functionality (see #117) #238

Workflow file for this run

on:
pull_request:
paths:
- '**.rs'
- Cargo.toml
workflow_dispatch:
name: Cargo check
jobs:
cargo_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --feature-powerset --no-dev-deps