Skip to content

Commit bfe9342

Browse files
nasbenchphantinuss
authored andcommitted
Apply suggestions from code review
1 parent 38d5eb4 commit bfe9342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sigma-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
- name: Check for duplicate IDs
7878
shell: /usr/bin/bash {0} # Use bash without -e to enable exit code manipulation
7979
run: |
80-
grep -rh "^id: " rules* deprecated unsupported | sort | uniq -c | grep -vE "^\s+1 id: "; exit $(( $? ^ 1 ))
80+
grep -rh "^id: " rules* deprecated unsupported | sort | uniq -c | grep -vE "^\s+1 id: "; exit $(( $? ^ 1 ))

0 commit comments

Comments
 (0)