Skip to content

Commit

Permalink
ci: add clazy action to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Dec 10, 2024
1 parent eaf70c3 commit 22eaee8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
install-stable: true

build:
permissions:
# actions/upload-artifact doesn't need contents: write
Expand Down

0 comments on commit 22eaee8

Please sign in to comment.