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 3c55ad5 commit c1e5d25Copy full SHA for c1e5d25
.github/workflows/ci.yml
@@ -18,6 +18,8 @@ jobs:
18
run: git grep -i 'x''1''6''6' && exit 1 || exit 0
19
- name: Incorrect assertions in test/
20
run: grep -PR '(?<=[^a-zA-Z0-9_])simde_assert_u?int(8|16|32|64)(?>[^a-zA-Z0-9_])' test/ && exit 1 || exit 0
21
+ - name: Executable sources
22
+ run: find \( -name '*.c' -o -name '*.h' \) -executable | grep -q '.' && exit 1 || exit 0
23
24
x86:
25
runs-on: ubuntu-latest
0 commit comments