Skip to content

Merge branch 'New_Iced' of github.com:iced-rs/iced_aw into New_Iced #364

Merge branch 'New_Iced' of github.com:iced-rs/iced_aw into New_Iced

Merge branch 'New_Iced' of github.com:iced-rs/iced_aw into New_Iced #364

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
components: rustfmt
- uses: actions/checkout@master
- name: Check format
run: cargo fmt --all -- --check