Skip to content

Merge branch 'main' of github.com:iced-rs/iced_aw #702

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

Merge branch 'main' of github.com:iced-rs/iced_aw #702

Workflow file for this run

name: Clippy
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
rust-version: stable
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy