Skip to content

Target #iced container by default on Wasm #2817

Target #iced container by default on Wasm

Target #iced container by default on Wasm #2817

Workflow file for this run

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