Skip to content

Commit

Permalink
workflows analyzers print Clazy version
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed May 3, 2024
1 parent 7a47c6c commit 603ef53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ jobs:
run: |
cmake --version
- name: Clazy print version
run: |
clazy-standalone --version
- name: TinyORM create folder for build trees
run: |
mkdir --parents '../TinyORM-builds-cmake'
Expand Down

0 comments on commit 603ef53

Please sign in to comment.