Skip to content

refactor: ci workflow redone #1

refactor: ci workflow redone

refactor: ci workflow redone #1

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 ."