Skip to content

Commit e4d1cba

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

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/main.yml

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

2121
jobs:
22-
# ------------------------------------------------------------------------------------------------------------------------------------------
22+
clazy:
23+
runs-on: ubuntu-latest
24+
steps:
25+
- uses: actions/checkout@v4
26+
with:
27+
fetch-depth: 0
28+
29+
- uses: MinyazevR/[email protected]
30+
with:
31+
install-stable: true
32+
2333
build:
2434
permissions:
2535
# actions/upload-artifact doesn't need contents: write

0 commit comments

Comments
 (0)