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 e4d1cba
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@ defaults:
shell: pwsh

jobs:
# ------------------------------------------------------------------------------------------------------------------------------------------
clazy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: MinyazevR/[email protected]
with:
install-stable: true

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

0 comments on commit e4d1cba

Please sign in to comment.