From e4d1cba0d4816ca8468e9558a97d485075f8aac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:53:34 +0100 Subject: [PATCH] ci: add clazy action to GitHub workflow --- .github/workflows/main.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9594eaf424..fe0a0559821 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,17 @@ defaults: shell: pwsh jobs: -# ------------------------------------------------------------------------------------------------------------------------------------------ + clazy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - uses: MinyazevR/clazy-standalone-action@v0.2.1 + with: + install-stable: true + build: permissions: # actions/upload-artifact doesn't need contents: write