Skip to content

Commit

Permalink
Execute test: Update depth
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmachos committed May 5, 2024
1 parent c94fd04 commit daca2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
while IFS=$'\n' read -r file; do
FILES+=("${file}");
done < <(/usr/bin/find "${{ github.workspace }}" -maxdepth 4 -type f \
done < <(/usr/bin/find "${{ github.workspace }}" -maxdepth 1 -type f \
-not -iwholename '*.git*' \
-not -iwholename '*venv*' \
-not -iwholename '*.tar.xz' \
Expand Down

0 comments on commit daca2ce

Please sign in to comment.