We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea944d9 commit d262773Copy full SHA for d262773
.github/workflows/check-advisories.yml
@@ -35,7 +35,7 @@ jobs:
35
exit $RESULT
36
- name: Run advisory uniqueness checks
37
run: |
38
- ! find source/advisories -name '*.md' -print0 \
+ ! find source/advisories -type f -name '*.md' -print0 \
39
| xargs -0n1 basename | sort | uniq -c | grep -E -v '[[:space:]]*1 '
40
- name: Publish OSV data
41
if: ${{ github.event_name == 'push' && github.ref_name == 'main' && github.repository == 'haskell/security-advisories' }}
0 commit comments