Skip to content

Commit

Permalink
Merge pull request #74 from RustLangES/feat/quality-gate-workflow
Browse files Browse the repository at this point in the history
refactor: ci workflow redone
  • Loading branch information
jd-apprentice authored Oct 5, 2024
2 parents b1a3bfa + b034875 commit 152630c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 55 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/ci.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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 ."

0 comments on commit 152630c

Please sign in to comment.