Skip to content

Some Leptos Components #4

Some Leptos Components

Some Leptos Components #4

Workflow file for this run

name: (Rust) Quality Gate
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "crates/**/**.rs"
pull_request:
paths:
- "crates/**/**.rs"
jobs:
quality-gate:
uses: RustLangES/workflows/.github/workflows/quality-gate.yml@main