We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9812406 commit 6a2b506Copy full SHA for 6a2b506
1 file changed
.github/workflows/quality-checks-devcontainer.yml
@@ -89,7 +89,8 @@ jobs:
89
echo "Showing last few commits"
90
git log -5 --oneline
91
echo "Running secret scan"
92
- git-secrets --scan-history .
+ git-secrets --scan-history
93
+ echo "scan complete"
94
- name: Run actionlint
95
run: |
96
make actionlint
0 commit comments