Skip to content

Commit d52333c

Browse files
committed
ci: add clazy action to GitHub workflow
1 parent eaf70c3 commit d52333c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/main.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,19 @@ defaults:
1919
shell: pwsh
2020

2121
jobs:
22-
# ------------------------------------------------------------------------------------------------------------------------------------------
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+
with:
33+
install-stable: true
34+
2335
build:
2436
permissions:
2537
# actions/upload-artifact doesn't need contents: write

0 commit comments

Comments
 (0)