Skip to content

feat: Implement std::error::Error for window_vibrancy::Error #185

feat: Implement std::error::Error for window_vibrancy::Error

feat: Implement std::error::Error for window_vibrancy::Error #185

Workflow file for this run

name: Format
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
format:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Install rustfmt with nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --manifest-path=Cargo.toml --all -- --check