diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9594eaf424..bf360d5a890 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,18 @@ defaults: shell: pwsh jobs: -# ------------------------------------------------------------------------------------------------------------------------------------------ + clazy: + runs-on: ubuntu-latest + steps: + - name: Check out full source code for tooling + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: clazy + uses: MinyazevR/clazy-standalone-action@v0.2.1 + install-stable: true + build: permissions: # actions/upload-artifact doesn't need contents: write