Skip to content

Merge pull request #75 from RustLangES/feat/7-cargo-generate #3

Merge pull request #75 from RustLangES/feat/7-cargo-generate

Merge pull request #75 from RustLangES/feat/7-cargo-generate #3

Workflow file for this run

name: Quality Gate
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
paths-ignore:
- ".rusty-hook.toml"
- ".github/workflows/**.yml"
- "**/Makefile.toml"
- "**.py"
- "README.md"
jobs:
quality-gate:
uses: RustLangES/.github/.github/workflows/quality-gate-front.yml@main
with:
runs-on: ubuntu-latest
checks-command: "--all --check"
clippy-command: "-- -D warnings"
leptos-command: "--check ."