Skip to content

Commit 2783bb3

Browse files
committed
Use latest clazy-standalone action
1 parent eb45c10 commit 2783bb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/setup_environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,15 @@ jobs:
178178
if: ${{ inputs.build == true }}
179179

180180
- name: Clazy-standalone
181-
uses: MinyazevR/clazy-standalone-action@v0.3.2
181+
uses: MinyazevR/clazy-standalone-action@105658f67b3e77c4f0909112b36a651e7a1e7ad5
182182
with:
183183
checks: 'level0,level1,level2'
184184
database: 'build'
185185
fail-on-warning: true
186186
install-stable: true
187187
only-diff: true
188+
root-dir: ${{ github.workspace }}
189+
ignore-external-files: true
188190
ignore-dirs: '^(buildScripts|thirdparty|installer)$'
189191
if: ${{ inputs.lint_clazy }}
190192

0 commit comments

Comments
 (0)