Skip to content

Commit 0ebf2ad

Browse files
committed
Use latest clazy-standalone action
1 parent eb45c10 commit 0ebf2ad

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@a8e106877090372b0e78818f2048767a2722b38e
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)