We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c066cff commit 4d0f6aeCopy full SHA for 4d0f6ae
.github/workflows/checksrc.yml
@@ -70,7 +70,7 @@ jobs:
70
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
71
run: |
72
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
73
- zizmor --pedantic .github/workflows/*.yml
+ zizmor --pedantic .github/workflows/*.yml .github/dependabot.yml
74
75
- name: 'shellcheck'
76
0 commit comments