Skip to content

Commit 22eaee8

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

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/main.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,18 @@ 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/[email protected]
32+
install-stable: true
33+
2334
build:
2435
permissions:
2536
# actions/upload-artifact doesn't need contents: write

0 commit comments

Comments
 (0)