We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf70c3 commit d52333cCopy full SHA for d52333c
.github/workflows/main.yml
@@ -19,7 +19,19 @@ defaults:
19
shell: pwsh
20
21
jobs:
22
-# ------------------------------------------------------------------------------------------------------------------------------------------
+ clazy:
23
+ runs-on: ubuntu-latest
24
+ steps:
25
+ - name: Check out full source code for tooling
26
+ uses: actions/checkout@v4
27
+ with:
28
+ fetch-depth: 0
29
+
30
+ - name: clazy
31
+ uses: MinyazevR/clazy-standalone-action@v0.2.1
32
33
+ install-stable: true
34
35
build:
36
permissions:
37
# actions/upload-artifact doesn't need contents: write
0 commit comments