swt 2.0.1

๐Ÿฌ Sweet: A blazing-fast code health and architecture analyzer.
Documentation
name: CI

on:
  push:
    branches: [main, master]
  pull_request:
    branches: [main, master]
  workflow_dispatch:

jobs:
  quality-gate:
    name: Quality Gate
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v5

      - name: ๐Ÿงช Refinery Quality Check
        uses: sircesarium/refinery-rs/ci@v2.0
        with:
          enable-sweet: "true"
          enable-clippy: "true"
          enable-fmt: "true"
          sweet-threshold: "."